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 solutions(s). One or more propositions can be correct.

mandatory answer

Question 1

Enter your name :

Question 2

Which proposition(s) create(s) an array (i.e. matrix)?

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 the following produce/create ?
5:-1:0

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 and umax is a number. What does this produce : (u>umax).*umax

Question 11

Which functions can you use to plot a 2-dimensional curve ?
(avoid plots dedicated to plot 3D curves)




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