| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Fixed-Point Toolbox |
| Contents | Index |
| Learn more about Fixed-Point Toolbox |
Note removedefaultfimathpref will be removed in a future version. Use removeglobalfimathpref instead. |
removedefaultfimathpref
removedefaultfimathpref removes your global fimath from the MATLAB preferences. Doing so forces MATLAB to use the MATLAB factory default setting of the global fimath in future MATLAB sessions.
The removedefaultfimathpref 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 resetdefaultfimath command.
For more information on the global fimath, see Working with the Global fimath in the Fixed-Point Toolbox User's Guide.
Removing Your Global fimath from the MATLAB Preferences
Typing
removedefaultfimathpref;
at the MATLAB command line removes your global fimath from the MATLAB preferences. Using the removedefaultfimathpref 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 resetdefaultfimath and the removedefaultfimathpref commands:
resetdefaultfimath; removedefaultfimath;
fimath, globalfimath, resetglobalfimath, saveglobalfimathpref

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |