MATLAB Basics Quiz

MATLAB Basics Quiz

University

17 Qs

quiz-placeholder

Similar activities

Unit No 1 Lecture no 2

Unit No 1 Lecture no 2

University

16 Qs

KL3271 - Kuis #5 - Manajemen Stakeholder

KL3271 - Kuis #5 - Manajemen Stakeholder

University

20 Qs

DataScienc-19 & 20

DataScienc-19 & 20

University

16 Qs

Electrical Drives Quiz - Intermediate Level

Electrical Drives Quiz - Intermediate Level

University

20 Qs

IP Addressing & Routing Quiz

IP Addressing & Routing Quiz

University

20 Qs

MATLAB Basics and Transmission Lines Quiz

MATLAB Basics and Transmission Lines Quiz

University

20 Qs

Module 10 Features and Planes

Module 10 Features and Planes

12th Grade - University

20 Qs

UNIX Fundamentals Course Quiz

UNIX Fundamentals Course Quiz

University

19 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?