Main Content

removeglobalfimathpref

Remove global fimath preference

Syntax

removeglobalfimathpref

Description

removeglobalfimathpref removes your global fimath from the MATLAB® preferences. Once you remove the global fimath from your preferences, you cannot save it to them again. It is best practice to remove global fimath from the MATLAB preferences so that you start each MATLAB session using the default fimath settings.

The removeglobalfimathpref function does not change the global fimath for your current MATLAB session. To revert back to the factory default setting of the global fimath in your current MATLAB session, use the resetglobalfimath command.

Examples

Example 4. Removing Your Global fimath from the MATLAB Preferences

Typing

removeglobalfimathpref;
at the MATLAB command line removes your global fimath from the MATLAB preferences. Using the removeglobalfimathpref function allows you to:

  • Continue using your global fimath in the current MATLAB session

  • Use the MATLAB factory default setting of the global fimath in all future MATLAB sessions

To revert back to the MATLAB factory default setting of the global fimath in both your current and future MATLAB sessions, use both the resetglobalfimath and the removeglobalfimathpref commands:

resetglobalfimath;
removeglobalfimath;

Version History

Introduced in R2010a