diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 26977b4b..cca1febe 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -16,6 +16,7 @@ * [Kubernetes](#kubernetes) * [Language Translations](#language-translations) * [Markdown](#markdown) +* [MATLAB](#matlab) * [MongoDB](#mongodb) * [Perl](#perl) * [Python](#python) @@ -121,6 +122,11 @@ * [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard +### MATLAB + +* [MATLAB Basic Functions Reference Sheet](https://www.mathworks.com/content/dam/mathworks/fact-sheet/matlab-basic-functions-reference.pdf) - MathWorks (PDF) + + ### MongoDB * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet