Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Finishing Off the Text Editor | Basic Syntax and Coding with a Text Editor
Matlab Basics
course content

Course Content

Matlab Basics

Matlab Basics

1. Basic Syntax and Coding with a Text Editor
2. Coding Foundations
3. Learning Through Applications
4. Visualizations
5. Recursion and Matrix Multiplication

book
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
expand arrow

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)
expand arrow
  • 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
expand arrow
  • 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
expand arrow
  • 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
expand arrow
  • 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?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 4

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

course content

Course Content

Matlab Basics

Matlab Basics

1. Basic Syntax and Coding with a Text Editor
2. Coding Foundations
3. Learning Through Applications
4. Visualizations
5. Recursion and Matrix Multiplication

book
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
expand arrow

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)
expand arrow
  • 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
expand arrow
  • 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
expand arrow
  • 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
expand arrow
  • 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?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 4
some-alt