File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## Installing Poblano Toolbox for MATLAB
2
+
1
3
You can obtain a copy of the Poblano Toolbox for MATLAB as follows:
2
4
* Clone or download the ` master ` branch of the git repository at https://github.com/sandialabs/poblano_toolbox
3
5
* Download a released version at https://github.com/sandialabs/poblano_toolbox/releases
4
6
5
7
Once you have a version of the Poblano Toolbox for MATLAB:
6
8
* Start MATLAB.
7
9
* 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
You can’t perform that action at this time.
0 commit comments