Tag Archives: Matlab

MATLAB Format and Display Precision

MATLAB does its internal arithmetic in IEEE floating point precision using approximately 16 decimal digits, but the default display is only 5 decimal digits, so do not be too concerned about the digits actually displayed as MATLAB output. The display can be changed from the default display (format short) to 15 digit display with exponent by the MATLAB command: Continue reading