readovd

Langue: en

Version: 160266 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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 FILE
options
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 INTEGER
The frame number is specified as in the osiv call which generated the file.

MORE INFO

Additional documentation can be found online at www.osiv.org.

SEE ALSO

osiv_corr(1), osiv_dump(1), osiv_draw(1), osiv_synth(1)
osiv_tune(1).

BUGS

No known bugs. Please report bugs as www.osiv.org. Copyright © 2003-2005 James Strother.