Logo

Matlab Questions Set 34:

Quiz Mode

 

sumabs([Inf Inf; Inf Inf])

1
2
3
4

Solution:

  clc in a function will clear the function. 

1
2

Solution:

 

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

1
2
3
4

Solution:

 

for i=1:5
for j=1:6
a(i,j)=input();
end
end

1
2
3
4

Solution:

 The function to plot vector fields is 

1
2
3
4

Solution:

 The bilinear transformation is done by the 

1
2
3
4

Solution:

What is the output of the following code?

a = 1; sin(a); a = 2;

1
2
3
4

Solution:

 What is the output of the following code? 

>> ztrans('n',s)

1
2
3
4

Solution:

  The maximum space allocated for sparse matrices is given by the ____ command 

1
2
3
4

Solution:

Statement 1-  Histogram plot use to show comparisons of profit of 3 industries over 3 quarters 

Statement 2-  Bar plot use to show comparisons of profit of 3 industries over 3 quarters 

Statement 3-  Frequency plot use to show comparisons of profit of 3 industries over 3 quarters 

1
2
3
4

Solution: