MATLAB variables. Types. Declaration. Operations.

MATLAB variables. Types. Declaration. Operations.

Professional Development

10 Qs

quiz-placeholder

Similar activities

Redmi Note 10 Series

Redmi Note 10 Series

Professional Development

12 Qs

Complete Recovery  EQ DAY 2

Complete Recovery EQ DAY 2

Professional Development

10 Qs

Design Thinking - Quiz

Design Thinking - Quiz

Professional Development

15 Qs

Rendición de Cuentas

Rendición de Cuentas

Professional Development

13 Qs

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính  - Trình chiếu

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính - Trình chiếu

Professional Development

14 Qs

Hàm

Hàm

Professional Development

10 Qs

social selling

social selling

Professional Development

12 Qs

Kurikulum PAUD

Kurikulum PAUD

Professional Development

15 Qs

MATLAB variables. Types. Declaration. Operations.

MATLAB variables. Types. Declaration. Operations.

Assessment

Quiz

Professional Development, Computers

Professional Development

Practice Problem

Hard

Created by

Matlab Traning

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

Select all variable types that exist in MATLAB.

int10

single

logical

array

script

2.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

What command will create the row vector a = ( 4 15 23 81 ) ?

a = [4 15 23 81]

a = [ 4, 15, 23, 81]

a = [ 4; 15; 23; 81]

a = [ 4,15 23, 81]

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What will be the last element of vec variable if the last one was generated using following MATLAB command:

>> vec = 1:3:110;

?

MATLAB will display an compilation error

112

110

109

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How many elements will have the array term generated by the MATLAB command:

>> linspace ( 3 , 3.1 );

?

100

1

2

15

5.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

What MATLAB commands will generate a similar result?

a = ones

a = zeros

a = eye

a = eye(3)

6.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

Select the MATLAB command that will generate equivalent results.

b = [3, 2, 1]'

b = [3; 2; 1]

b = zeros(3, 2, 1)

b = pascal (3, 2, 1)

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

A matrix was declared as in the left-side image. Which command assigns to scalar s value 10?

s = matrice(3,2)

s = matrice(end,end)

s = matrice(2,3)

s = matrice(1,3)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?