Skip to content
Snippets Groups Projects

Resolve "Feature: ProjectID als persistent Variable, ORCID/ PersonalID in startup/config?"

7 files
+ 35
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -41,7 +41,7 @@ plot(x1,y1,'-r');
%% Tag the plot
try
[figs, ID] = TagPlot(fig, ProjectID);
[figs, ID] = TagPlot(fig,'ProjectID', ProjectID);
%% call a dummy function
a=1;
Loading