MATLAB axis

This command adds an axis to the plot, after reading this MATLAB axis topic, you will know the theory, and examples, and you will understand how to use it in MATLAB.


Syntax:

axis([xmin,xmax,ymin,ymax])

Read more

MATLAB zeros

zeros() command creates an array of all zeros, after reading this MATLAB zeros topic, you will know the theory, and examples, and you will understand how to create a matrix with all elements zero in MATLAB.


Syntax:

zeros(n)
zeros(n,m)

Read more

MATLAB eye

This command creates an Identity matrix, after reading this MATLAB eye topic, you will know the theory, and examples, and you will understand how to create Identity matrix in MATLAB.


Syntax:

eye(n)
eye(n,m)

Read more

MATLAB 3-D Plots

After reading the MATLAB 3-D plots topic, you will understand how to create 3-d plots as a surface plot or mesh plot in MATLAB.

3-D plots are useful to present data having more than two variables.  The command plot3(x,y,z) in MATLAB help to create three-dimensional plots. The general form of the command is:

Read more

error: Content is protected !!