Changeset 131


Ignore:
Timestamp:
04/20/19 18:19:19 (6 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/pr_dataset.m

    r129 r131  
    77if ischar(name)
    88  if isempty(fileparts(name))
     9    % add dir of calling function if no dir is given
    910    dirr = fileparts(which(callername));
    1011    name = fullfile(dirr,name);
  • prdatasets/x80.m

    r129 r131  
    2222% P.O. Box 5031, 2600 GA Delft, The Netherlands
    2323
    24 function a = x80;
     24function a = x80
    2525
    26 global ASK
    2726prdatasets('80x',1);
    2827a = pr_dataset('80x');
Note: See TracChangeset for help on using the changeset viewer.