Changeset 137 for prdatasets/chromo.m


Ignore:
Timestamp:
12/18/19 15:46:35 (5 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets

    • Property svn:ignore
      •  

        old new  
        33*.data
        44*.asv
         5data
  • prdatasets/chromo.m

    r132 r137  
    66% thresholded chromosomes. This technique is outdated.
    77
    8 % Copyright: R.P.W. Duin
     8% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
    99% Faculty EWI, Delft University of Technology
    1010% P.O. Box 5031, 2600 GA Delft, The Netherlands
     
    1212function a = chromo
    1313
    14 prdatasets(mfilename,1);
    15 datfile = fullfile(fileparts(which(mfilename)),'chromo');
    16 a = pr_dataset(datfile);
     14a = pr_getdata;
    1715a = setname(a,'Chromosome Features');
Note: See TracChangeset for help on using the changeset viewer.