MATLAB Basics Quiz

MATLAB Basics Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Season 2 #Spaic ML Azure Weekly Quiz

Season 2 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

Season 3 #Spaic Machine learning Weekly Quiz

Season 3 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

Level 2 Digital Technologies

Level 2 Digital Technologies

8th Grade - Professional Development

18 Qs

{ megha bali, daniel binder, will anderson } 3A ~ feb. 26th 2019

{ megha bali, daniel binder, will anderson } 3A ~ feb. 26th 2019

9th Grade - Professional Development

20 Qs

InCube #Quiz 5

InCube #Quiz 5

Professional Development

17 Qs

Matlab Intro Quiz

Matlab Intro Quiz

Professional Development

19 Qs

SciLab Quiz

SciLab Quiz

Professional Development

15 Qs

MATLAB Basics Quiz

MATLAB Basics Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Hari IT

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does MATLAB stand for?

Matrix Laboratory

Matrix Language

Mathematical Lab

Matrix Computation

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following commands is used to create a vector in MATLAB?

vector = [1, 2, 3];

vector = {1, 2, 3};

vector = (1, 2, 3);

vector = 1, 2, 3;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the default variable type for numbers in MATLAB?

Integer

Double

Single

String

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is used to clear all variables from the workspace?

clear all

clearvars

clear

reset

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the command size(A) return when A is a matrix?

The number of elements in A

The dimensions of A as a vector

The data type of A

The maximum element in A

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you comment a single line in MATLAB?

//

#

%%

%

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function is used to create a plot in MATLAB?

display()

plot()

graph()

draw()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?