Skip to content
Snippets Groups Projects

Docs/minimalexampleinreadme

Merged Hock, Martin requested to merge docs/minimalexampleinreadme into master
5 files
+ 33
8
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 5
0
@@ -46,6 +46,11 @@ if isstring(scriptPath)
@@ -46,6 +46,11 @@ if isstring(scriptPath)
scriptPath = char(scriptPath);
scriptPath = char(scriptPath);
end
end
 
% ensure ParentFolder has no trailing fileseperator
 
if contains(options.ParentFolder(end),filesep)
 
options.ParentFolder(end)='';
 
end
 
%catch multiple figures in fig
%catch multiple figures in fig
if numel(figure) > 1
if numel(figure) > 1
figure = figure(1);
figure = figure(1);
Loading