Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed May 6, 2018
1 parent 9c1f66f commit 7c3e28c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@ Run a minimal example in a Matlab interpreter like OCTAVE or MATLAB:
RUNME
```

To use specific utilities, tests or demos include:
To run all tests use:
```
addpath('demos')
emgrtest
```

To run demos use:
```
examples(id) % with id one of 'hnm', 'isp', 'fss', 'nrc', 'lte', 'fbc', 'qso'
```


## Files and Folders

[`README.md`](README.md) Basic Information
Expand All @@ -81,9 +87,9 @@ addpath('demos')

[`emgrtest.m`](emgrtest.m) Run tests

[`emgr_ref.pdf`](emgr_ref.pdf) emgr reference cheat sheet
[`emgr-ref.pdf`](emgr-ref.pdf) emgr reference cheat sheet

[`examples.m`](examples.m) Run demos
[`examples.m`](examples.m) Run demo

## Documentation ToC

Expand All @@ -107,7 +113,7 @@ addpath('demos')

### [Custom Solver](http://gramian.de/#solver)

### [Extra Utilities](http://gramian.de/#utilities)
### [Extra Utilities](http://gramian.de/#extra)

### [Tests](http://gramian.de/#tests)

Expand All @@ -121,6 +127,6 @@ addpath('demos')

### [Notes](http://gramian.de/#notes)

### [Troubleshooting](http://gramian.de/#troubleshooting)
### [Troubleshooting](http://gramian.de/#trouble)

## More information at: http://gramian.de

0 comments on commit 7c3e28c

Please sign in to comment.