Changeset 137 for prdatasets/chromo.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/chromo.m
r132 r137 6 6 % thresholded chromosomes. This technique is outdated. 7 7 8 % Copyright: R.P.W. Duin 8 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 9 9 % Faculty EWI, Delft University of Technology 10 10 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 12 12 function a = chromo 13 13 14 prdatasets(mfilename,1); 15 datfile = fullfile(fileparts(which(mfilename)),'chromo'); 16 a = pr_dataset(datfile); 14 a = pr_getdata; 17 15 a = setname(a,'Chromosome Features');
Note: See TracChangeset
for help on using the changeset viewer.