Skip to content
Snippets Groups Projects

Update README.md

Merged Lemmer, Jan requested to merge jan.lemmer-master-patch-81463 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -32,7 +32,7 @@ The **ProjectID** is your custom project number, it well be the prefix of the ID
`DataPaths` contains the path(s) to the research data, for multiple files you can use a cell array (We recommend using absolute paths). It is also possible to pass an arbitrary number of variables as struct. To generate all paths for a filetype try: `f=dir(/folderpath/*.mat); rdata=fullfile({f.folder},{f.name})`. \
`figure` is the figure that should be published.
** Minimal Example:**
**Minimal Example:**
```matlab
fig = figure;
plot(x,y);
Loading