Course Content
Matlab Basics
Matlab Basics
1. Basic Syntax and Coding with a Text Editor
5. Recursion and Matrix Multiplication
Recursive ProgrammingUnderstanding Matrices and Matrix MultiplicationApplying Matrix Multiplication: Transforming Vectors and Coordinate SystemsApplying Matrix Multiplication: Solving Systems of EquationsApplying Matrix Multiplication: Derivatives and IntegralsCareer Prospects for a MATLAB Programmer
Installing a Text Editor and Its Packages
Programming directly in any language's Command Window is inefficient; instead, we use text editors that offer organized layouts, code folding, snippets, and linting. In this course, we'll use SublimeText, a free, lightweight, versatile, and well-established text editor.
Installing SublimeText
Go to www.SublimeText.com ;
Click Download at the top right;
Download the version for your operating system;
Open and install the download.
Instruction
To set up SublimeText for folding, creating snippets, and linting Matlab code, follow these steps:
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3