Changeset 132 for prdatasets/nist32.m
- Timestamp:
- 11/25/19 10:17:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/nist32.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, NIST16 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 14 14 function a = nist32(N) 15 15 if nargin < 1, N = [0:9]; end 16 a = pr_getdata('http:// 37steps.com/data/prdatasets/nist32.mat',1);16 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/nist32.mat',1); 17 17 18 18 % prdatasets(mfilename,1);
Note: See TracChangeset
for help on using the changeset viewer.