From 8f9b0e98acd2ab57a31d979db6cc253aa1d34815 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:50:09 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc9d29e..dd0ecde 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ Important VS Code notes: * [FFT](numpy/fft/README.md) - [rfft and spectral power](numpy/numpy_fft_1/README.md) +In the case you know Matlab check here: +[NumPy for MATLAB users](numpy/matlab_guide/README.md) ## Matplotlib.pyplot * [Simple plot and imshow examples](matplotlib/basics/README.md)