fixedpoint [fixed]
— Function File: fixedpoint ('help')
— Function File: fixedpoint ('info')
— Function File: fixedpoint ('info', mod)
— Function File: fixedpoint ('test')
— Function File: fixedpoint ('test', mod)

Manual and test code for the Octave Fixed Point toolbox. There are 5 possible ways to call this function.

fixedpoint ('help')
Display this help message. Called with no arguments, this function also displays this help message
fixedpoint ('info')
Open the Fixed Point toolbox manual
fixedpoint ('info', mod)
Open the Fixed Point toolbox manual at the section specified by mod
fixedpoint ('test')
Run all of the test code for the Fixed Point toolbox. mod.

Valid values for the varibale mod are

'basics'
The section describing the use of the fixed point toolbox within Octave
'programming'
The section descrining how to use the fixed-point type with oct-files
'example'
The section describing an in-depth example of the use of the fixed-point type
'reference'
The refernce section of all of the specific fixed point operators and functions

Please note that this function file should be used as an example of the use of this toolbox.