Skip to content

Commit

Permalink
Merge pull request #259 from mateusz-was/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
arokem authored Jul 31, 2018
2 parents 463885f + 41f8d81 commit 9822c7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ write matlab code:
hold on
plot(cos(a),'r')

If `%load_ext pymatbridge` doesn't work for you use:
```
import pymatbridge as pymat
pymat.load_ipython_extension(get_ipython(), matlab='/your_matlab_installation_dir/bin/matlab')
```

More examples are provided in the `examples` directory

## Building the pymatbridge messenger from source
Expand Down

0 comments on commit 9822c7b

Please sign in to comment.