How to make mat lib(mat.h , matrix.h, etc...) compatible for the linux platform?

5 Ansichten (letzte 30 Tage)
We have libs for windows environment i.e (mat.h, matrxi.h, etc..) , How to make these libraires compatible linux platform. can you please help me the same.

Antworten (1)

Rik
Rik am 6 Dez. 2021
Including mex.h is generally enough to provide the interface with Matlab in my experience. You may need to include stdint.c as well.
For Unix you might have to include the -ldl switch in your mex call.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by