Skip to content

Commit 6dadb40

Browse files
committed
Merge branch 'master' of github.com:sandialabs/poblano_toolbox
2 parents 618dcae + 39f72c3 commit 6dadb40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

INSTALL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1+
## Installing Poblano Toolbox for MATLAB
2+
13
You can obtain a copy of the Poblano Toolbox for MATLAB as follows:
24
* Clone or download the `master` branch of the git repository at https://github.com/sandialabs/poblano_toolbox
35
* Download a released version at https://github.com/sandialabs/poblano_toolbox/releases
46

57
Once you have a version of the Poblano Toolbox for MATLAB:
68
* Start MATLAB.
79
* Within MATLAB, change to the `poblano_toolbox` directory from above and execute the following commands:
8-
```MATLAB
9-
addpath(pwd) %<-- Add the Poblano toolbox to the MATLAB path
10-
savepath %<-- Save for future MATLAB sessions
11-
```
12-
or enter the following command:
13-
```MATLAB
14-
install_poblano
15-
```
10+
11+
addpath(pwd) %<-- Add the Poblano toolbox to the MATLAB path
12+
savepath %<-- Save for future MATLAB sessions
13+
or enter the following command:
14+
15+
install_poblano

0 commit comments

Comments
 (0)