From c0dfdb8978937f6c3312bba068d40aff7ee8f525 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:38:33 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5a1ab8..0654996 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Important VS Code notes: * [FFT](numpy/fft/README.md) - [rfft and spectral power](numpy/numpy_fft_1/README.md) * [Meshgrid](numpy/mesh_grid/README.md) +* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md) In the case you know Matlab check here: [NumPy for MATLAB users](numpy/matlab_guide/README.md)