syms x;limit((((Inf*x)-cos(x))/(x^2)),x,0)
The help command works only for a pre-defined function in MATLAB
In chebwin(L,r), what is the default value of r
We need to define a function separately to find the factorial of a number
What is the default return type of the rand command
A loop is used to avoid repetitive writing of the same function in the code
The ellipord command is used for
The ‘look for’ command is used to return a particular function or set of functions whose name matches with the keyword entered in along with the ‘look for’ command.
What will be the output when a MATLAB script with the following commands is run?
clc
a=[1:1:5];
b=[2:2:10];
c=a.*b;
a=10; b=10; c=’pi’; whos