1readovd(3) Library Functions Manual readovd(3)
2
3
4
6 readovd - matlab function which retrieves data from osiv file
7
9 readovd(filename,options,frame);
10
11
13 readovd is a mex function which converts data from the osiv
14 format to matlab format. When called in matlab, the function
15 will return a struct array where each section of the data file
16 is a field. This page will serve as a quick reference loca‐
17 tion, more information can be found in the online manual.
18
19
21 filename FILE
22
23
24 options
25 This is a string which specifies what data readovd is
26 supposed to read. Each character of the string repre‐
27 sents a different section of the file. Specifically,
28 "p" causes readovd to grab all of the parameters from
29 the file, "v" causes readovd to grab the vectors from
30 the frame, "m" causes readovd to grab all of the maps
31 for the frame. The order of the options in the string
32 doesn't matter, and unrecognized characters are ignored.
33
34
35 frame INTEGER
36 The frame number is specified as in the osiv call which
37 generated the file.
38
39
41 Additional documentation can be found online at www.osiv.org.
42
43
45 osiv_corr(1), osiv_dump(1), osiv_draw(1), osiv_synth(1)
46 osiv_tune(1).
47
48
50 No known bugs. Please report bugs as www.osiv.org.
51
52
54 Copyright © 2003-2005 James Strother.
55
56
57
58 OSIV-2.0 readovd(3)