1.

What is the advantage of MATLAB over other computing software with matrix dimensions?(a) No advantage(b) Real time pre-defined memory allocation(c) Real time user-defined memory allocation(d) Matrix operations are easily computedThis question was addressed to me during an online interview.I'd like to ask this question from Vectors and Matrices topic in division MATLAB Basics of MATLAB

Answer»

Right option is (c) Real TIME user-defined memory allocation

The EXPLANATION: In many softwares, while DECLARING a matrix- the user has to assign a size of the matrix before entering any values to it. But in MATLAB, the user does not need to MENTION any size; mentioning the number of ELEMENTS is enough for MATLAB to determine the size of the matrix required.



Discussion

No Comment Found

Related InterviewSolutions