We use cookies on this site in order to make it works, and for the traffic analysis.
You can refuse or configure cookies by purposes.
Another message from the Google Adsense consent management platform will ask you for your choices relating to the use of your personal data via cookies for advertising.
We thank you to accept cookies which makes this site work.

1st Matlab MCQ

For each question, click on the correct solution(s). One or more propositions can be correct.

mandatory answer

Question 1

Enter your name :

Question 2

Which proposition(s) create(s) an array of numbers (i.e. a matrix or a vector)?

Question 3

Which proposition(s) is(are) correct (i.e. syntactically legal) to begin a loop ?

Question 4

A is a cell. What does A{1,2} refer to, relatively to A ?

Question 5

What does the following do ?
a = 2;
b = 3;
c = a+i*b;

Question 6

What does 5:-1:0 produces/creates ?

Question 7

A and B are 2 square matrices. What does A*B produce/do ?

Question 8

How to concatenate 2 character arrays (e.g. A and B) ?
A= 'str1';
B= 'str2';

Question 9

A for loop is ended (enclosed) by ?

Question 10

'u' is an array of numbers, 'uv' and 'umax' are numbers.
What does this produce : (u>umax)*uv

Question 11

Which functions can you use to plot a 2-dimensional curve ?
(pick functions dedicated to that purpose, avoid those for 3D plotting)




You too, create your online questionnaire!
It's free and easy.
Let's go!