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
Finishing Off the Text Editor
Finishing off the text editor by modifying several settings so that we can fold, snippet, and lint our Matlab code makes your learning and coding as efficient as possible, and you'll start coding like a professional from the very start.
Instruction
1. Download the Settings Files
Download Sublime Text Settings Files archive and extract it. You should see the following files:
- General SublimeText Settings;
- Key Bindings (mac);
- Key Bindings (win+linux);
- SublimeLinter Settings;
- SyntaxFold Settings.
2. Configure General SublimeText Settings (shown in video)
- Copy the content of the General SublimeText Settings file;
- Go to Preferences > Settings;
- Replace the text on the right pane with the copied text;
- Save and close the settings window.
3. Configure Key Bindings
- Copy the content of the Key Bindings file (only from the one that is for your system);
- Go to Preferences > Key Bindings;
- Replace the text on the right pane with the copied text;
- Save and close the settings window.
4. Configure SublimeLinter Settings
- Copy the content of the General SublimeText Settings file;
- Go to Preferences > Package Settings > SublimeLinter > Settings;
- Replace the text on the right pane with the copied text;
- Follow the note, and change the Matlab version in the settings text;
- Save and close the settings window.
5. Configure SyntaxFold Settings
- Copy the content of the SyntaxFold Settings file;
- Go to Preferences > Package Settings > SyntaxFold > Settings - User;
- Replace the text with the copied text;
- Save and close the settings window.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4