MATLAB: Using the Java library compiler, I converted gcp but Matlab can’t find it

javaMATLABMATLAB Compiler SDK

Hello,
I used the Matlab to Java library compiler, and one of my functions has the gcp Matlab function in it. When I tried to run the converted library, it gave me an error on gcp. saying it is an undefined function. Is there something I need to do to get that converted?

Best Answer

We found out that the machine we were using didn't have the toolbox loaded when we thought it did, so the function never got exported
Related Question