

InterviewSolution
Saved Bookmarks
1. |
The command used to reflect the files from a disk into the workspace is _______(a) load(b) show(c) disp()(d) it is not possibleThis question was addressed to me during a job interview.The above asked question is from Presenting Results topic in chapter Interacting with MATLAB of MATLAB |
Answer» RIGHT ANSWER is (a) LOAD For explanation I WOULD SAY: The load function is pre-defined in MATLAB. It is used to load variables and/or data from the disk to the workspace. |
|