p=input[''];
What is the default increment value in a for-loop
c1 = {[1 2] , [4 5]};
c2 = c1;
c1{1,1} = 'hello';
out = c2{1,1}
What is the size of double variables holding integer constants
The size of the sparse matrix will be ___ the original matrix
Which command helps to list all the breakpoints in a function during debugging?
What is the output of the following code?
t=0:0.001*pi:pi/2;
plot(t,sin(t),*);
plot(linspace[0,3*pi],square[linspace[0,3*pi]]);
What is the MATLAB syntax to solve simultaneous equations easily?
What does the MATLAB command spones(A)
do, where A is the matrix:
A = [1 2 3; 32 23 26; 0 0 0]