problem in unresolvedSymbols.txt: how to solve the undeployable problems?

8 visualizzazioni (ultimi 30 giorni)
“Path Symbol Reason
TopLattComp\C3D10.m syms undeployable
TopLattComp\D_DT.m digits undeployable
TopLattComp\D_DT.m syms undeployable
TopLattComp\D_DT.m str2sym undeployable
TopLattComp\D_DT.m vpa undeployable”
The above problems occured in unresolvedSymbols.txt when I carry out a matlab .exe for separate using, How could I solve them?

Risposte (1)

Steven Lord
Steven Lord il 9 Ott 2021
Creation of symbolic variables using sym or syms is not supported with MATLAB Compiler. You may be able to perform your symbolic calculations in MATLAB then use matlabFunction or something similar to turn those symbolic results into a function and include the function in your deployed application.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by