MATLAB Basics Quiz

MATLAB Basics Quiz

University

17 Qs

quiz-placeholder

Similar activities

DECISION MAKING

DECISION MAKING

University

20 Qs

Mass and Weight Measurement

Mass and Weight Measurement

University

20 Qs

Web Development with MERN

Web Development with MERN

University

20 Qs

Value Engineering

Value Engineering

12th Grade - University

15 Qs

Quiz Master's 2.0

Quiz Master's 2.0

University

15 Qs

Artificial Neural Networks (Part 1- Part 3) Quiz

Artificial Neural Networks (Part 1- Part 3) Quiz

University

20 Qs

ANN Part 4 - Part 6 Quiz

ANN Part 4 - Part 6 Quiz

University

20 Qs

Quality Management Practices in the Industry 4.0 Era

Quality Management Practices in the Industry 4.0 Era

12th Grade - University

14 Qs

MATLAB Basics Quiz

MATLAB Basics Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Walid hannach

Used 1+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does MATLAB stand for?

Matrix Laboratory

Mathematical Toolbox

Matrix Language

Mathematical Laboratory

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which panel shows the files in your current working directory?

Command Window

Editor

Workspace

Current Folder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the command 'sin(a)' if a = 1?

0.5403

0.0000

0.8415

1.0000

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a 5-by-1 column vector of zeros in MATLAB?

z = zeros(5,1)

z = ones(5,1)

z = zeros(1,5)

z = rand(5,1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'eye(6)' return?

A 6x6 matrix of zeros

A 6x1 vector of ones

A 6x6 identity matrix

A 6x1 vector of random numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for element-wise multiplication in MATLAB?

x

.*.

.*

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'sort(v)' do?

Reverses the elements of v

Finds the maximum value in v

Sorts the elements of v in descending order

Sorts the elements of v in ascending order

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?

Discover more resources for Engineering