| Fixed-Point Toolbox™ | ![]() |
oct(a)
oct(a) returns the stored integer of fi object a in octal format as a string. oct(a) is equivalent to a.oct.
Fixed-point numbers can be represented as
![]()
or, equivalently as
![]()
The stored integer is the raw binary number, in which the binary point is assumed to be at the far right of the word.
The following code
a = fi([-1 1],1,8,7); y = oct(a) z = a.oct
returns
y = 200 177 z = 200 177
![]() | nunderflows | or | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |