fipref - Construct fipref object

Syntax

P = fipref
P = fipref(...'PropertyName',PropertyValue...)

Description

You can use the fipref constructor function in the following ways:

The properties of the fipref object are listed below. These properties are described in detail in fipref Object Properties.

Your fipref settings persist throughout your MATLAB® session. Use reset(fipref) to return to the default settings during your session. Use savefipref to save your display preferences for subsequent MATLAB sessions.

Examples

Example 1

Type

P = fipref

to create a default fipref object.

P =
 
         NumberDisplay: 'RealWorldValue'
    NumericTypeDisplay: 'full'
         FimathDisplay: 'full'
           LoggingMode: 'Off'
      DataTypeOverride: 'ForceOff'

Example 2

You can set properties of fipref objects at the time of object creation by including properties after the arguments of the fipref constructor function. For example, to set NumberDisplay to bin and AttributesDisplay to short,

P =
 
         NumberDisplay: 'bin'
    NumericTypeDisplay: 'short'
         FimathDisplay: 'full'
           LoggingMode: 'Off'
      DataTypeOverride: 'ForceOff'

See Also

fi, fimath, numerictype, quantizer, savefipref

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS