Contenido del Curso
Matlab From Beginner to Professional
Matlab From Beginner to Professional
Installing a Text Editor + 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.
Task
Your task is to install the SublimeText packages we need to fold, snippet, and lint our Matlab code. To install a package in SublimeText:
- Install a Package in SublimeText:
- Open SublimeText;
- Open the Command Palette;
- Type Package Control: Install Package;
- Type and click the name of the package you want to install;
- Wait until the message at the bottom left says the installation is complete.
- Required Packages to Install:
- SyntaxFold (shown in the video);
- AutofoldCode;
- SublimeLinter;
- SublimeLinter.contrib-mlint (install SublimeLinter first);
- PackageResourceViewer;
- gruvbox.
- Verify Installed Packages:
- Open the Command Palette again;
- Type Package Control: List Packages;
- The list that pops up shows all installed packages.
- Uninstall Incorrect Packages:
- Open the Command Palette;
- Type Package Control: Remove Package;
- Click the package you want to uninstall.
- Troubleshooting:
If any issues arise, refer to your Quick Reference for help.
¡Gracias por tus comentarios!