Filter löschen
Filter löschen

Is it possible to use mat.h outside Matlab?

6 Ansichten (letzte 30 Tage)
Sndn_Shr
Sndn_Shr am 13 Dez. 2017
Bearbeitet: Sndn_Shr am 15 Dez. 2017
I used mat.h in Matlab generated executable using the mex file. I was wondering, is it possible to use this Matlab API in a separate IDE such as Visual Studio?

Antworten (1)

James Tursa
James Tursa am 13 Dez. 2017
You can use it e.g. in an Engine application program as opposed to a mex routine. But even in the Engine application program you will still need to link in the appropriate MATLAB libraries.
  2 Kommentare
Walter Roberson
Walter Roberson am 13 Dez. 2017
If the purpose were to be to use the headers without the MATLAB software, such as if you were writing non-MATLAB code that had to output .mat files, then you need to read through the license terms carefully, as some uses like that are permitted but some are not.
Sndn_Shr
Sndn_Shr am 15 Dez. 2017
Bearbeitet: Sndn_Shr am 15 Dez. 2017
Yes. I was considering to use these libs for a C++ project.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by