What is the output of the following code?
sumsqr([1 2; 'NaN' 4])
Which command can be used for single-step execution in debugging mode?
What is the output of the following MATLAB code?
syms s;
ztrans('n',s)
What is the output of the following MATLAB code?
a=1:3;
c=a.^4;
What is the output of the following code?
if(1)
p = 9;
end
What will be the output of the following code?
if(cos(Inf)==NaN)
p=1;
end
What is the output of the following Z-transform expression?
ztrans('[1 0 1 0 1]', z)
If the 'solve' function does not return any solution, what does it imply?
What is the output of the following MATLAB code?
matlab.addons.toolbox.installToolbox('Lo.mltbx')