

InterviewSolution
Saved Bookmarks
1. |
The format for 5 digit representation along with exponent is __________(a) short e(b) short g(c) short exp(d) 4 digit along with exponent value can be representedI got this question in an interview for job.The query is from Presenting Results topic in portion Interacting with MATLAB of MATLAB |
Answer» CORRECT option is (a) short e Explanation: The short e format is used to represent a RESULT with 5 digits and an exponent term. Now, this is pre-defined in MATLAB. Short g and short exp are not PRESENT in MATLAB. We cannot use a representation of 4 digits and an exponent as it is not defined in MATLAB, as of YET. |
|