1.

Which operator is used to prevent the printing of insignificant zeros?(a) %o(b) %nz(c) %g(d) It is not possibleI had been asked this question in exam.The question is from Presenting Results topic in portion Interacting with MATLAB of MATLAB

Answer»

Correct answer is (C) %G

The explanation: %g is USED to REPRESENT any number, which has a fixed number of digits or a number with an exponent, with no insignificant zeros. This is present in the MATLAB DIRECTORY only.



Discussion

No Comment Found

Related InterviewSolutions