NAME
readovd - matlab function which retrieves data from
osiv file
SYNOPSIS
readovd(filename,options
,frame);
DESCRIPTION
readovd is a mex function which converts
data from the osiv format to matlab format. When called in matlab,
the function will return a struct array where each section of the
data file is a field. This page will serve as a quick reference
location, more information can be found in the online manual.
OPTIONS
- filename - location of osiv file
- options - modifies readovd behavior
- This is a string which specifies what data readovd is
supposed to read. Each character of the string represents a
different section of the file. Specifically, "p" causes
readovd to grab all of the parameters from the file, "v"
causes readovd to grab the vectors from the frame, "m"
causes readovd to grab all of the maps for the frame. The
order of the options in the string doesn't matter, and unrecognized
characters are ignored.
- frame - frame number
- The frame number is specified as in the osiv call which
generated the file.
SEE ALSO
osiv(1),
osiv_getargs(1),
osiv_getvects(1),
osiv_getmap(1),
osiv_draw(1),
osiv_mkwsd(1).
BUGS
Let me know, my email address is jamesas@uclink.berkeley.edu.
COPYRIGHT NOTICE
Copyright © 2002 James Strother.