Changeset 131 for prdatasets/pr_dataset.m
- Timestamp:
- 04/20/19 18:19:19 (6 years ago)
- File:
-
- 1 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);
Note: See TracChangeset
for help on using the changeset viewer.