Changeset 131
- Timestamp:
- 04/20/19 18:19:19 (6 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/pr_dataset.m
r129 r131 7 7 if ischar(name) 8 8 if isempty(fileparts(name)) 9 % add dir of calling function if no dir is given 9 10 dirr = fileparts(which(callername)); 10 11 name = fullfile(dirr,name); -
prdatasets/x80.m
r129 r131 22 22 % P.O. Box 5031, 2600 GA Delft, The Netherlands 23 23 24 function a = x80 ;24 function a = x80 25 25 26 global ASK27 26 prdatasets('80x',1); 28 27 a = pr_dataset('80x');
Note: See TracChangeset
for help on using the changeset viewer.