Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 793 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 793 Bytes

scientific_figures

This repository contains example figures made with Python and MATLAB.

The data for the figures can be found in the /data folder. Figures are saved in the /figs folder.

Dependencies

The MATLAB code was developed on MATLAB R2020a, but it should run on earlier versions as well.

To run the python notebook, you will need Python3, jupyter notebook and a few other packages. You can install the packages with the requirements file:

pip install -r requirements.txt 

If you don't have python3 installed, you can run the notebook in the cloud. E.g. with Google Colab.

Figure previews

Figure made with fft_figure.ipynb

Figure made with figure_SVD.m