MATLAB variables. Types. Declaration. Operations.

Quiz
•
Professional Development, Computers
•
Professional Development
•
Hard
Matlab Traning
Used 14+ times
FREE Resource
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
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
Similar Resources on Wayground
11 questions
Linux Essentials Quiz 2

Quiz
•
Professional Development
11 questions
Dell Technologies

Quiz
•
Professional Development
12 questions
N4 Theory - 1

Quiz
•
Professional Development
13 questions
Fondamentaux - Activités: OWASP Top 10

Quiz
•
Professional Development
12 questions
BFM3002 - QUIZ 2

Quiz
•
University - Professi...
10 questions
vectores,matrices,funciones

Quiz
•
Professional Development
15 questions
CloudBinary_Git_Commands_Quiz

Quiz
•
Professional Development
10 questions
NDP Training - Quiz 1

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade