answersLogoWhite

0

zeros makes a matrix of the specified dimension, filled with zeros.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can I programmatically stop a MATLAB script execution using a single command in MATLAB?

To programmatically stop a MATLAB script execution using a single command, you can use the "return" command. This command will immediately exit the current function or script, effectively stopping its execution.


Which command is used to read uncomment the data in Matlab?

CTRL + T is the command used to uncomment data in Matlab.


Which command is used to clear the command window of Matlab?

CLC is the command used for this purpose. CLC clears the command window and homes the cursor


Which command is used to read comment the data in Matlab?

CTRL + R is the command used for commenting some part of data in Matlab.


What is command window in matlab?

command window is a window in matlab environment, role of command window is that it shows output of some particular programme other than graph.


How do you implement awgn in MATLAB without using awgn function?

no way... use awgn function in matlab


How do you call a function in GUI in matlab?

Just type it in the command line. That will call functions, scripts, load data (that are in the correct directory).


What is the syntax for calculating eigenvalues and eigenvectors in MATLAB in a specific order using the 'eig' function?

To calculate eigenvalues and eigenvectors in MATLAB using the 'eig' function, the syntax is as follows: eigenvectors, eigenvalues eig(matrix) This command will return the eigenvectors and eigenvalues of the input matrix in a specific order.


Which is the function of matlab?

matlab stands for matrix laboratory.. the function of matlab to create different types of signal and observe them .and their are so many different functions of matlab like, simulink fuzzy logic,simply arithmetic ,GUI etc


Code for circular convolution matlab?

Please check the help files of the matlab circular convolution . Matlab already has a readymade function for it.


How do you modulate in matlab without using matlab tools?

You would have to write your own code for a modulation (Matlab has a convolution function not in the tools), otherwise you can use its built in function in the signal processing toolbox.


What is the different types of windows in Matlab?

There are 4 windows in matlab : 1)The Command Window 2)Workspace Window 3)Command History Window 4)Current directory Window