1.

The evalc function is different from the eval command ________(a) no difference(b) from precision of output(c) from nature of output(d) from display of outputThis question was addressed to me in final exam.The origin of the question is Evaluation topic in division MATLAB Programming of MATLAB

Answer»

The correct choice is (d) from display of output

To explain: The entire output is displayed as a character array using evalc while the eval command displays the output itself. There is no DIFFERENCE in PRECISION or nature of output.



Discussion

No Comment Found

Related InterviewSolutions