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

error: Content is protected !!