I know about MATLAB's format long, format short, eng ... and so on. But short and long will always display a predefined number of decimals, with an exponent, and for example, format bank will display always 2 decimals.
Is there an option to put your explicit format, in a "fortran way", like f8.3 --> 1234.678 ?
I'm looking for a way to display numbers with 4 decimal points, and the rest ahead of the decimal point, with no exponent.