Page 1 of 1

MATLAB Executable

Posted: Fri Nov 20, 2020 1:49 pm
by jonmortensen
Hi everyone!

I have been working on a MATLAB app that calls for OpenSim simulations. I have found that I can package the app and run it from MATLAB (with OpenSim previously configured). I would like to know if any of you have successfully packaged a MATLAB app as a standalone executable (using the compiler toolbox) which includes OpenSim functions.

My guess is that it will not work, because the standalone MATLAB executable version will not be configured to use OpenSim (especially on someone else's machine, even if they have OpenSim). However, if any of you have done this before please share your pointers.

Thanks!