MATLAB: Symbolic function in Web app

MATLAB Web App Serverweb app

Is it not posiible for it to run an App with functions from Symbolic toolbox through the Matlab Web App Server?
(eg. sym, sum2poly)
i created an app and packaged it as web app but it came out log error:
"sym, sym2poly, syms" are excluded from packaging for the MATLAB Runtime environment according to the MATLAB Compiler license. Either remove the file or function from your code, or use the MATLAB function "isdeployed" to ensure the function is not invoked in the deployed component.

Best Answer

Correct. It is never possible to compile or generate code for the Symbolic Toolbox.
Related Question