Changeset 137 for prdatasets/imox.m
- Timestamp:
- 12/18/19 15:46:35 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets
- Property svn:ignore
-
old new 3 3 *.data 4 4 *.asv 5 data
-
- Property svn:ignore
-
prdatasets/imox.m
r132 r137 10 10 % See also DATASETS, PRDATASETS, X80 11 11 12 % Copyright: R.P.W. Duin 12 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 13 13 % Faculty EWI, Delft University of Technology 14 14 % P.O. Box 5031, 2600 GA Delft, The Netherlands 15 15 16 function a = imox ;16 function a = imox 17 17 18 prdatasets(mfilename,1); 19 a = pr_dataset('imox'); 18 a = pr_getdata; 20 19 a = setname(a,'IMOX Dataset'); 21 20 a = setlablist(a,char('I','M','O','X'));
Note: See TracChangeset
for help on using the changeset viewer.