FLOATWRITE Write data matrix to float file.

Usage: >> floatwrite(data,filename, 'format')

Inputs:
data   
write matrix data to specified file as four-byte floating point numbers.
filename   
name of the file
'format'   
The option FORMAT argument specifies the storage format as defined by fopen. Default format is 'native'.

Author: Sigurd Enghoff, CNL / Salk Institute, La Jolla, 7/1998

See also: floatread, fopen()

See the matlab file floatwrite.m (may require other functions)

Back to functions