From 9173df74140ed50a5f640dc63b62e1214530cc7e Mon Sep 17 00:00:00 2001 From: nnguyen <98671494+maingocnguyen@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:13:55 -0400 Subject: [PATCH] Add Matlab cheat sheet (#8073) --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index f4b652467..746e43710 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -265,6 +265,7 @@ ### MATLAB * [MATLAB Basic Functions Reference Sheet](https://www.mathworks.com/content/dam/mathworks/fact-sheet/matlab-basic-functions-reference.pdf) - MathWorks (PDF) +* [Matlab Cheat Sheet](https://sites.nd.edu/gfu/files/2019/07/cheatsheet.pdf) - Thor Nielsen (PDF) ### MongoDB