Logo

Matlab Questions Set 50:

Quiz Mode

 

isvector((49 32)); here error in ()

1
2

Solution:

 

a=1:3 ; c=a.^3

1
2
3
4

Solution:

  How will ∫e^x/x look like, in MATLAB 

1
2
3
4

Solution:

 

pd=makedist('Uniform','Lower',3)

1
2
3
4

Solution:

 The ‘copy’ input should be before the text which we want to copy to our system clipboard 

1
2

Solution:

What is the output of the following command? 

 

meshgrid[x,y]

1
2
3
4

Solution:

 MATLAB allows modeling of different control systems using ___ 

1
2
3
4

Solution:

str = "MATLAB IS FUN";

f1 = findstr("LAB", str);

f2 = strfind("LAB", str);

Determine the output.

1
2
3
4

Solution:

What is the output of the following incomplete code?

A=[1 2 3; 4 5 6; 7 8 9]; if( nzmax(A)==nzmax(spones(A)) ) disp('Yeah !')

1
2
3
4

Solution:

 The function to evaluate the value of a polynomial,l for a constant value of the independent variable(say a) in the polynomial is ______ 

1
2
3
4

Solution: