C++ to matlab
Project detail
A c++ demo program (visual studio) which calls matlab functions and returns results. More specifically it will send an array and expect an array of the same size to be returned, so the matlab function would be equivalent to:
double* matlabFunction(double* pData, int w, int h). Similar functions for arrays of shorts and bytes (both unsigned). The call needs to be synchonous – so the calling thread is blocked until the function returns. I have Matlab 2017+.
I will pay Freelancer commission if done quickly and well.