Changeset 156 for prextra/toolbox_export.m
- Timestamp:
- 01/13/20 14:17:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prextra/toolbox_export.m
r149 r156 22 22 23 23 if nargin < 4, exclude = []; end 24 if nargin < 3, exportdir = 'K:\insy\PRLab\Matlab\prtools_export'; end 24 if nargin < 3 || isempty(exportdir) 25 exportdir = 'K:\insy\PRLab\Matlab\prtools_export'; 26 end 25 27 if nargin < 2 || isempty(copyflag); copyflag = false; end 26 28 if ischar(exclude), exclude = {exclude}; end
Note: See TracChangeset
for help on using the changeset viewer.