Ignore:
Timestamp:
01/13/20 14:17:08 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prextra/toolbox_export.m

    r149 r156  
    2222
    2323if nargin < 4, exclude = []; end
    24 if nargin < 3, exportdir = 'K:\insy\PRLab\Matlab\prtools_export'; end
     24if nargin < 3 || isempty(exportdir)
     25  exportdir = 'K:\insy\PRLab\Matlab\prtools_export';
     26end
    2527if nargin < 2 || isempty(copyflag); copyflag = false; end
    2628if ischar(exclude), exclude = {exclude}; end
Note: See TracChangeset for help on using the changeset viewer.