Contents
Previous
Next
Subchapters
Current Chapters->
format
formatint
formatfloat
setprint
Parent Chapters->
Omatrix6
io
IOformat
format
Search Tools->
contents
reference
index
search
Getting An Output Format
Syntax
format(
type
)
See Also
format int
and
format float
Description
Returns a character row vector containing the current format setting for the specified type, where
type
is "int", "real", "double", or "complex".
Example
If you enter
format real "f10.5"
format("real")
O-Matrix will respond
f10.5