diff --git a/README.md b/README.md index b79f1e88a26cca1f2c057f2c7b70558da03e55dc..59dea5d3df15502a3ec0cdb7a231bd98e941312f 100644 --- a/README.md +++ b/README.md @@ -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);