Changeset 132 for prdatasets/pr_dataset.m
- Timestamp:
- 11/25/19 10:17:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/pr_dataset.m
r131 r132 4 4 5 5 varargout = cell(1,nargout); 6 name = varargin{1};7 if ischar(name)8 if isempty(fileparts(name))9 % add dir of calling function if no dir is given10 dirr = fileparts(which(callername));11 name = fullfile(dirr,name);12 varargin{1} = name;13 end14 end15 6 if floor(prversion) == 4 16 7 [varargout{:}] = dataset(varargin{:});
Note: See TracChangeset
for help on using the changeset viewer.