MATLAB: Works in App designer but not with the standalone program

app designerfunction call

Hi,
I'm trying to create a standalone program for someone without Matlab. The source code is attached here. The program works in App designer but when I created the standalone installation, it doesn't work. It could be due to the .m functions I tried to call which also calls other functions or the symbolic equation I tried to solve. But I don't understand why and how to solve the issue. Could you help please?
Thanks and best regards,
Jianxin Wang

Best Answer

MATLAB Compiler and MATLAB Coder cannot be used with Symbolic Toolbox. This is not expected to change any time soon.
Related Question