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

Merge branch 'jan.lemmer-master-patch-81463' into 'master'

Update README.md

See merge request !78
parents 366d8483 65fa8e27
No related branches found
No related tags found
1 merge request!78Update README.md
Pipeline #671908 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