Matlab Introduction 1
Matlab Introduction 1
MATLAB - Overview
Overview
• MATLAB (matrix laboratory) is a fourth-generation high-level
programming language and interactive environment for numerical
computation, visualization and programming.
• MATLAB is case-sensitive.
• Variable names can be of any length, however, MATLAB uses only first
N characters, where N is given by the function namelengthmax.
Use of Semicolon (;) and Comment
• Semicolon (;) indicates end of
statement. However, if you want to
suppress and hide the MATLAB
output for an expression, add a
semicolon after the expression.