MATLAB - MATLAB Technical Computing Practice Test
MATLAB - MATLAB Technical Computing FREE MATLAB Interface Questions and Answers
Which functions help you save and load variables?
Select your answer
A
">> save Lays {a b} >> load myfile.mat"
B
">> save Lays [a,b] >> load('myfile.mat')"
C
">> save Lays a b >> load('myfile.mat')"
D
">> save Lays “a,b” >> load(myfile.mat)"
Hint