| Contents | Index |
fixpt_set_all(SystemName,fixptPropertyName,fixptPropertyValue)
fixpt_set_all(SystemName,fixptPropertyName,fixptPropertyValue) sets the property fixptPropertyName of every applicable block in the model or subsystem SystemName to the value fixptPropertyValue
Set each fixed-point block in a model Filter_1 to round towards the floor and saturate upon overflow:
% Round towards the floor
fixpt_set_all('Filter_1','RndMeth','Floor')
% Saturate upon overflow
fixpt_set_all('Filter_1','DoSatur','on')

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 |