Logo

Matlab Questions Set 19:

Quiz Mode

p=input('');
po

here error in input

1
2

Solution:

 

mean[1:10]

1
2
3
4

Solution:

 The pie3 function is used to plot a 3-d pie plot 

1
2

Solution:

 We cannot perform problems regarding area under a curve in MATLAB 

1
2

Solution:

 

f(x)=sin(x) + cos (x) + tan (x) at x = π/4

1
2
3
4

Solution:

  Command used to display the value of variable x 

1
2
3
4

Solution:

str2double('100') is the same as:

1
2
3
4
5

Solution:

Statement 1- The accuracy of quad() is low 

Statement 2- The accuracy of quad() is very low 

Statement 3- The accuracy of quad() is high

1
2
3
4

Solution:

Consider the following script in MATLAB:

a=[1,2,3];

b=[3,2,1];

X=cconv(a,b);

Y=conv(a,b);

What will be the values stored in X and Y?

1
2
3
4

Solution:

Difference between sqrt(10) and sqrt(sym(10))?

1
2
3
4

Solution: