atan2(-1,1)
nzmax(spconvert([1 2 3; 4 5 6; 7 8 9])
The function ‘who’ shows the names of the variables used.
In a 2-d Plot, which command will make the axes of the graph same
What is the class of the variable r after the following code is run?
r=rand(1,4,’double’)
Predominantly, what are the two kinds of errors in MATLAB programs
What is the output of the following MATLAB code?
A = 1:5;
B = cumprod(A);
predict the error
>>f = inline('t.^4', 't'); g = inline('int(h(t), t)', 't');
Statement 1- Command window is the replacement for the whos function
Statement 2- Current folder window is the replacement for the whos function
Statement 3- Workspace window is the replacement for the whos function
Statement 1- To determine whether an input is MATLAB keyword, the command is input word
Statement 2- To determine whether an input is MATLAB keyword, the command is isvarname
Statement 3- To determine whether an input is MATLAB keyword, the command is iskeyword