lamp_mac/ATOMS/
nmoldyn3_read.pro
top nmoldyn3_read
result = nmoldyn3_read(file_in, xvar, yvar, dvar, zvar)
******* ********** ** User callable ** ** The call is e.g. w1=nmoldyn3_read('filename',x,y,d) ** MR.J. ** following a pre-read of teh file to see what it contains ** x,y,d define the variables to choose the dataset (d) ** and its axes x and y ** MR.J. Modified 08/11/2011 to read 1D data sets, yvar = -1 in this case ** D. R. 18/06/2013 to read 3D data sets, zvar >= 0 in this case
Parameters
- file_in
- xvar
- yvar
- dvar
- zvar
File attributes
Modification date: | Tue Oct 1 14:45:53 2013 |
Lines: | 50 |