1readovd(1)                  General Commands Manual                 readovd(1)
2
3
4

NAME

6       readovd - matlab function which retrieves data from osiv file
7

SYNOPSIS

9       readovd(filename,options,frame);
10

DESCRIPTION

12       readovd  is  a  mex  function which converts data from the osiv
13       format to matlab format.  When called in matlab,  the  function
14       will  return a struct array where each section of the data file
15       is a field.  This page will serve as a  quick  reference  loca‐
16       tion, more information can be found in the online manual.
17

OPTIONS

19       filename - location of osiv file
20
21       options - modifies readovd behavior
22              This  is  a  string which specifies what data readovd is
23              supposed to read.  Each character of the  string  repre‐
24              sents  a  different  section of the file.  Specifically,
25              "p" causes readovd to grab all of  the  parameters  from
26              the  file,  "v"  causes readovd to grab the vectors from
27              the frame, "m" causes readovd to grab all  of  the  maps
28              for  the  frame.  The order of the options in the string
29              doesn't matter, and unrecognized characters are ignored.
30
31       frame - frame number
32              The frame number is specified as in the osiv call  which
33              generated the file.
34

SEE ALSO

36       osiv(1), osiv_getargs(1), osiv_getvects(1), osiv_getmap(1),
37       osiv_draw(1), osiv_mkwsd(1).
38

BUGS

40       Let me know, my email address is jamesas@uclink.berkeley.edu.
41
43       Copyright © 2002 James Strother.
44
45
46
47                                     local                          readovd(1)
Impressum