Logo

Matlab Questions Set 38:

Quiz Mode

 

syms t; laplace(exp(-3*t),y)

1
2
3
4

Solution:

  If a function is differentiable, the function is continuous. 

1
2

Solution:

 Conversion Function int16 uses_________ range of value 

1
2

Solution:

 Variables need to have same name while being passed from the primary function to the sub-function. 

1
2

Solution:

  The quad command cannot do ____ 

1
2
3
4

Solution:

  How would you expect to see exponential inter-relation in a logarithmic scale 

1
2
3
4

Solution:

predict the error

 

syms a x y; a = xˆ2 + yˆ2;   subs(a, [x,y], (2,3,4))

1
2
3
4

Solution:

 What is the disadvantage of the whos function in MATLAB 

1
2
3
4

Solution:

 

T=rand + i*rand

1
2
3
4

Solution:

 What is the purpose of the line command if the plot command can be used to directly accept the arguments and generate a plot 

1
2
3
4

Solution: