

InterviewSolution
Saved Bookmarks
1. |
What is the nature of storage of anything in MATLAB?(a) Stored as arrays(b) Stored as a data structure(c) Stored as a variable(d) Depends on nature of the inputThis question was posed to me in an internship interview.The question is from Data Classes in portion Beyond the Basics of MATLAB |
Answer» Correct answer is (a) Stored as arrays |
|