Q.1.
Perintah untuk menampilkan grafik adalah ...
Q.2.
The basic building block of a matlab is ____
Q.3.
MATLAB stands for
Q.4.
Berikut merupakan contoh penggunaan Matlab, kecuali ...
Q.5.
Bentuk operasi yang benar dalam matlab adalah ...
Q.6.
Perintah untuk membersihkan layar command windows adalah ...
Q.7.
.mlx file belongs to
Q.8.
How do write π\piπ in MATLAB
Q.9.
A___at the end of the command suppresses the screen outputs
Q.10.
What is π3\frac{\pi}{3}3π​ in format short?
Q.11.
Vectors depend upon brackets while scalars don’t.
Q.12.
What is the output of the following code?A=[1 2 3.. ];
Q.13.
All matrices are vectors but all vectors are not matrices in MATLAB.
Q.14.
How many errors will MATLAB show if the following code entered?A=[1;2;3]; B=[1 2]; C=A.*B;D=C*A;
Q.15.
What is the difference between a[] and a{}?
Q.16.
How do we assign a value to a variable
Q.17.
Satvik wish to get the scalar value of the number of the element in the vector . What should he prefer ?
Q.18.
What is the correct command to find square root of any number, x.
Q.19.
A=[1;2;3;4;5];
Q.20.
Plot(x,y,':b')the output line will be ?