MATLAB: Is there a way to change MATLAB defaults, so that all workspace floating-point values to be stored in single precision

changing the defaultsingle precision

Hi,
Could anyone suggest me a statement, function, code, etc. so that I can change MATLAB's defaults for storing the workspace floating-point values in single-precision? (instead of the default double-precision)
I didn't find a statement for this purpose such as 'format' that changes the workspace numeric-value show format..
Thanks so much

Best Answer

No there isn't.
Please see this earlier Question