Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 967 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 967 Bytes

Lissajous-curves

Plot two-dimensional curves (for instances the so-called Lissajous curves) with a prescribed parametrization

Download

To get the git version of Lissajous-curves, from the command line in a terminal, type:

$ git clone git://github.com/maprieto/Lissajous-curves

Installation and usage

This software does not need any particular installation. Since it is based in Jupyter notebooks and/or Matlab scripts,

  • Using MATLAB: it is required a Matlab installation (possibly with a limited educational license). To use this code, from the MATLAB command window, type
    curves_2d.m
  • Using Jupyter notebooks: either a local host of Jupyter notebook server should be running or any cloud-based platforms can be used with the notebook
   curves_2d.ipynb

Binder