Skip to content
Snippets Groups Projects
Commit 65fa8e27 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Update README.md

parent 366d8483
No related branches found
No related tags found
1 merge request!78Update README.md
Pipeline #671905 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment