Matlab2

Matlab2

University

14 Qs

quiz-placeholder

Similar activities

Linear vector space; Quiz I (Hidar 27/2017)

Linear vector space; Quiz I (Hidar 27/2017)

University

15 Qs

Games Webinar HMGI

Games Webinar HMGI

University

10 Qs

Computación cuántica

Computación cuántica

University - Professional Development

9 Qs

LTSpice Workshop

LTSpice Workshop

University

13 Qs

Medindo grandezas

Medindo grandezas

University

13 Qs

Wiederholung MMP 2

Wiederholung MMP 2

University

15 Qs

Data Communication MCQ-IV

Data Communication MCQ-IV

University

19 Qs

Pelaksanaan Pembelajaran

Pelaksanaan Pembelajaran

University

10 Qs

Matlab2

Matlab2

Assessment

Quiz

Physics

University

Medium

Created by

MUHAMMAD ENG

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function creates a matrix filled with zeros?

zeros()

ones()

fill()

null()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command creates a row vector from 1 to 10 with step size 2?

1:2:10

linspace(1,10,2)

range(1,10,2)

step(1,2,10)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of zeros(2,3)?

A 2x3 matrix of zeros

A 3x2 matrix of zeros

A 2x2 identity matrix

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you concatenate two matrices A and B horizontally?

[A + B]

[A B]

horzcat(A; B)

vertcat(A B)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which indexing method allows access to an entire row?

A(:,2)

A(2,:)

A(2)

A(:,:)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does rand(2,2) generate?

A 2x2 matrix of ones

A 2x2 matrix of random integers

A 2x2 matrix of random numbers between 0 and 1

An empty matrix

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to transpose a matrix?

flip()

inv()

'

rot90()

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?