Logo

Matlab Questions Set 35:

Quiz Mode

 The modulus of z, z conjugate and -z is not equal in MATLAB. 

1
2

Solution:

 The format for 5 digit representation along with exponent is short e

1
2

Solution:

 The function definition is shown when we use the look for the command 

1
2

Solution:

 The command quad() cannot do ______ integrals. 

1
2
3
4

Solution:

  We can generate the summation of a series, formed with a character, using 

1
2
3
4

Solution:

 The fftfilt command filters data based on 

1
2
3
4

Solution:

 An example of a function whose derivative (any order) with respect to x is never 0, in MATLAB, is 

1
2
3
4

Solution:

 What are mathematical expressions 

1
2
3
4

Solution:

What is the output of the following MATLAB code?

for i = 1 : 1
p=i-1
i=i+1;
clc
end

1
2
3
4

Solution:

What does the following code do?

spalloc(2,3, 7)

1
2
3
4

Solution: