Skip to content

Commit

Permalink
[Docs] mention supported Matlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 15, 2024
1 parent 5284ae2 commit 47b3ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ As a one-liner in the Matlab console:
```matlab
unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath)
```
Matlab versions R2021a and later are supported (R2023b and later on ARM64).

### C/C++/Fortran

Expand All @@ -64,9 +65,7 @@ For detailed instructions on how to build QPALM from source, please see

QPALM is written in C, with interfaces for C++, Python, Julia, Matlab and Fortran.
The code itself is portable across all major platforms. Binaries are available
for Linux on x86-64 and AArch64<sup>*</sup> and for Windows and macOS on x86-64.

<sup>(*) Except Matlab.</sup>
for Linux, Windows and macOS on x86-64 and ARM64<sup>*</sup>.

## Benchmarks

Expand Down
1 change: 1 addition & 0 deletions doxygen/doxypages/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* \code{.m}
* unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath)
* \endcode
* Matlab versions R2021a and later are supported (R2023b and later on ARM64).
*
* \subsection build-source Building QPALM from source
*
Expand Down

0 comments on commit 47b3ba6

Please sign in to comment.