| Contents | Index |
| On this page… |
|---|
To determine if the Simulink Fixed Point software is installed on your system, type
ver
at the MATLAB® command line. When you enter this command, the MATLAB Command Window displays information about the version of MATLAB software you are running, including a list of installed add-on products and their version numbers. Check the list to see if the Simulink Fixed Point software appears.
For information about installing this product, refer to the installation documentation.
If you experience installation difficulties and have Web access, look for the installation and license information at the MathWorks® Web site (http://www.mathworks.com/support).
You can edit a model containing fixed-point blocks without the Simulink Fixed Point software. However, you must have a Simulink Fixed Point software license to
Update a Simulink diagram (Ctrl+D) containing fixed-point data types
Run a model containing fixed-point data types
Generate code from a model containing fixed-point data types
Log the minimum and maximum values produced by a simulation
Automatically scale the output of a model
If you do not have the Simulink Fixed Point software, you can work with a model containing Simulink blocks with fixed-point settings as follows:
In the Model Hierarchy pane, select the root model.
From the Simulink model Tools menu, select Fixed-Point > Fixed-Point Tool.
The Fixed-Point Tool appears.
If you use fi objects or embedded numeric data types in your model, set the fipref DataTypeOverride property to TrueDoubles and the DataTypeOverride property to All numeric types.
At the MATLAB command line, enter:
p = fipref('DataTypeOverride', 'TrueDoubles', ...
'DataTypeOverrideAppliesTo', 'AllNumericTypes');Note If you use fi objects or embedded numeric data types in your model or workspace, you might introduce fixed-point data types into your model. You can set fipref to prevent the checkout of a Fixed-Point Toolbox™ license. For more information, see Licensing in the Fixed-Point Toolbox documentation. |
To help you learn how to use the Simulink Fixed Point software, a collection of demos is provided. You can explore specific features of the product by changing the parameters of Simulink blocks with fixed-point support and observing the effects of those changes.
The demos are divided into the following groups:
Application Examples
Feature Demonstrations
Filters
Tools and Utilities
Custom S-Function Examples
All demos are located in the fxpdemos directory.
To view the complete list of demos, see Simulink Fixed Point Demos.
![]() | Product Description | Physical Quantities and Measurement Scales | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |