SheffieldML / GPc

Gaussian process code in C++ including some implementations of GP-LVM and IVM.
MIT License
67 stars 28 forks source link

MATLAB libraries? #13

Open Riley16 opened 2 years ago

Riley16 commented 2 years ago

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.

https://github.com/SheffieldML/GPc/blob/01242d9f43b1231de194d56c09e9b1cd100c9404/CMatlab.h#L1

lawrennd commented 2 years ago

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