Skip to content

Commit

Permalink
[Docs] update Matlab installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 15, 2024
1 parent 7f32d15 commit 936a710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,12 @@ add QPALM
### Matlab

To install the Matlab interface, download
`qpalm-matlab-{linux,windows,macos}.zip` from the
`qpalm-matlab-{glnxa64,win64,maci64,maca64}.zip` from the
[releases page](https://github.com/kul-optec/QPALM/releases/latest), and
extract it into the `~/Documents/MATLAB` folder.
As a one-liner in the Matlab console:
```matlab
unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-linux.zip', userpath)
```
```matlab
unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-windows.zip', userpath)
```
```matlab
unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-macos.zip', userpath)
unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath)
```

### C/C++/Fortran
Expand Down
8 changes: 1 addition & 7 deletions doxygen/doxypages/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@
*
* As a one-liner in the Matlab console:
* \code{.m}
* unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-linux.zip', userpath)
* \endcode
* \code{.m}
* unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-windows.zip', userpath)
* \endcode
* \code{.m}
* unzip('https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-macos.zip', userpath)
* unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath)
* \endcode
*
* \subsection build-source Building QPALM from source
Expand Down

0 comments on commit 936a710

Please sign in to comment.