sumsqr([Inf Inf; Inf Inf])
syms n;limit(n-1,n,Inf,’right’)
sin(symsum(k^2,1,Inf));
P=tan90
Find the matrix t
where t = (16:-4:1)'.^2
.
The window function is used t
What is the output of the following code?
A=[1 2 3; 4 5 6; 7 8 9];if( nzmax(A)==nzmax(spones(A) ) disp(‘Yeah !’)
Which of the following MATLAB instructions does not generate an error?
A function is not returning values according to desired input values. What should be the correction
Statement 1- persistent variables are variables which retain values between calls to the function
Statement 2- persistent variables are variables which help in calling a function
Statement 3- persistent variables are variables which deal with functions