Search Header Logo

MATLAB Quiz

Authored by jayant Mohanta

Special Education

University

Used 6+ times

MATLAB Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To allocate the following output the command would be

t= [ 1 2 3 4 5 6 7 8 9 ]

t=round([1.2:10])

t=round([0.8:1:10])

t=[1;9]

t=[1:10]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To plot a straight line joining two points (x1,y1) and (x2,y2) the correct command would be

plot(x1,x2,y1,y2)

plot(x1,y1,x2,y2)

plot([x1 x2],[y1 y2])

plot([x1 y1],[x2 y2])

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To hold the process of calculations during execution of program for a short time delta_t the command would be.

stop(delta_t)

hold(delta_t)

break(delta_t)

pause(delta_t)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If A=[ 1 2 3; 4 5 6; 7 8 9] then A(:,3)=

[1 2 3]

[7 8 9]

[3;6;9]

[ 3]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'im= imread('Image1','jpg'); ________;                % take the Red layer of the Image Which code among the following will able to read the blue scale of this image

im(:,1)

im(;,3)

im(:,:,1)

im(:,:,3)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to filter fine noise in the image? suitable function is

clear all

bwareaopen

medfilt2

filter2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The regionproprops function helps to

find center of region

find area

assigning property to the region

locate the identified region

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?