[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can Octave (Matlab code) be added to C++ as a library?
From: |
Kai Torben Ohlhus |
Subject: |
Re: Can Octave (Matlab code) be added to C++ as a library? |
Date: |
Tue, 31 Mar 2020 11:21:30 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 3/30/20 10:49 PM, Pablo Fernández wrote:
> Can Otave (Matlab code) be added to C++ as a library?
>
> Best regards
>
In general not, Octave is an interpreted language. Depending on your
purpose, you can call Octave code from your C++ program as described in [1].
HTH,
Kai
[1] https://octave.org/doc/v5.2.0/Standalone-Programs.html