Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Installing a Text Editor + Its Packages | Basic Syntax And Coding With A Text Editor
Matlab From Beginner to Professional
course content

Conteúdo do Curso

Matlab From Beginner to Professional

Matlab From Beginner to Professional

1. Basic Syntax And Coding With A Text Editor
2. Coding Foundations
3. Learning Through Applications
4. Visualizations
5. Recursion + Matrix Multiplication

bookInstalling 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:

  1. 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.
  2. Required Packages to Install:
    • SyntaxFold (shown in the video);
    • AutofoldCode;
    • SublimeLinter;
    • SublimeLinter.contrib-mlint (install SublimeLinter first);
    • PackageResourceViewer;
    • gruvbox.
  3. Verify Installed Packages:
    • Open the Command Palette again;
    • Type Package Control: List Packages;
    • The list that pops up shows all installed packages.
  4. Uninstall Incorrect Packages:
    • Open the Command Palette;
    • Type Package Control: Remove Package;
    • Click the package you want to uninstall.
  5. Troubleshooting:

If any issues arise, refer to your Quick Reference for help.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 3
We're sorry to hear that something went wrong. What happened?
some-alt