1.

All MATLAB computations are done in(a) Single Precision(b) Double Precision(c) Linear accuracy(d) Multi-level precisionThe question was asked during an interview.This is a very interesting question from Variables and Assignments topic in portion MATLAB Basics of MATLAB

Answer»

The correct option is (b) DOUBLE Precision

For EXPLANATION I would say: MATLAB stores any integer VARIABLE as a double data type of 64 bits. For single precision, the function is ‘single()’ but if not mentioned, the value will be stored in double precision.



Discussion

No Comment Found

Related InterviewSolutions