| 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 |
removedefaultfimathpref
removedefaultfimathpref removes the user-configured global fimath from your 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 a User-Configured Global fimath from Your MATLAB Preferences
Typing
removedefaultfimathpref;
at the MATLAB command line removes the user-configured global fimath from your MATLAB preferences. Using the removedefaultfimathpref function allows you to:
Continue using the user-configured global fimath in your 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, resetdefaultfimath, setdefaultfimath, savedefaultfimathpref
![]() | reinterpretcast | repmat | ![]() |

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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |