Conteúdo do Curso
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 linter 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. Installing Packages in SublimeText
- Open SublimeText;
- Open the Command Palette (press
Ctrl+Shift+P
orCmd+Shift+P
on Mac); - Type Package Control: Install Package and press
Enter
; - Search for the package name and click on it to install;
- Wait for the confirmation message at the bottom left indicating the installation is complete;
2. Required Packages
Install the following packages:
- SyntaxFold (demonstrated in the video);
- AutofoldCode;
- SublimeLinter;
- SublimeLinter.contrib-mlint (install SublimeLinter first);
- PackageResourceViewer;
- gruvbox (for the color theme);
3. Verifying Installed Packages
- Open the Command Palette;
- Type Package Control: List Packages;
- Check the list of installed packages that appears;
4. Removing Unwanted Packages
- Open the Command Palette;
- Type Package Control: Remove Package;
- Select the package you want to uninstall;
5. Troubleshooting
If you encounter any issues, refer to your Quick Reference for additional guidance.
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 4