Changeset 156


Ignore:
Timestamp:
01/13/20 14:17:08 (5 years ago)
Author:
bduin
Message:
 
Location:
prextra
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prextra/prtools_export.m

    r143 r156  
    55% Creates, if FLAG is true an export version of PRTools in
    66% http://prtools.tudelft.org/files/prtools.zip.
     7% The version files prtools_version.txt is updated as well.
    78%
    89% If FLAG is false (default) just zip-files in EXPORTDIR are created for
     
    153154  disp('    export files have been stored on the website.')
    154155  disp('    Please check and adjust release notes and known problems on website')
     156  webversion(['Version ' pver ' ' date]);
    155157  close(ftpsite)
    156158 
  • 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.