MATLAB Variable as Scalar, Vector, or Matrix

After reading the MATLAB Variable as Scalar, Vector, or Matrix topic, you will understand how to create a variable as a Scalar, Vector, and Matrix in MATLAB.

Variable in MATLAB can be of following types:

  • A variable (or array) with one element is called scalar.
  • A variable (or array) with one row or one column of elements called vector.
  • A variable (or array) with elements in rows and columns is called matrix.

Continue reading MATLAB Variable as Scalar, Vector, or Matrix

MATLAB Getting help

After reading the MATLAB Getting help Functions topic, you will understand how to use MATLAB help commands to take full advantages of various features available in MATLAB.


MATLAB documents are available for providing help on MATLAB topics. To view the documentation, click on the MATLAB help button display on the MATLAB Home menu and MATLAB help window appears shown below

Continue reading MATLAB Getting help