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

Easy explanation: An ARRAY is a data structure. But, even a SINGLE VARIABLE in MATLAB is stored as a 1*1 array. EVERY variable we use in MATLAB is stored as an array.



Discussion

No Comment Found

Related InterviewSolutions