Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MATLAB libraries? #13

Open
Riley16 opened this issue Sep 23, 2021 · 1 comment
Open

MATLAB libraries? #13

Riley16 opened this issue Sep 23, 2021 · 1 comment

Comments

@Riley16
Copy link

Riley16 commented Sep 23, 2021

What MATLAB libraries are these? I'm not seeing any references to NDLMATLAB online (except mainly to this repository). I'm familiar with MATLAB but not with interfacing MATLAB with other languages.

/*This file contains an abstract base class CMatinterface which when implemented allows an object to load itself from MATLAB and save itselve to MATLAB. This is only compiled if _NDLMATLAB is defined. It requires MATLAB libraries to compile.

@lawrennd
Copy link
Member

Hi @Riley16,

It's the Matlab C API.

E.g. here's an example from their documentation on loading a MAT file (which is one of the things, if I remember well, this functionality gives GPc).

https://uk.mathworks.com/help/matlab/matlab-c-api-to-read-mat-file-data.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants