Why am I unable to compile functions from the Symbolic Math Toolbox?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 27 de Jun. de 2009
Editada: MathWorks Support Team
el 6 de Nov. de 2024
I need to compile the functions from the Symbolic Math Toolbox. When I try to execute a compiled application using functions from the Symbolic Math Toolbox such as "syms", "solve" or "vpasolve" I receive the following error:
Undefined variable or function : sym
Respuesta aceptada
MathWorks Support Team
el 4 de Nov. de 2024
Editada: MathWorks Support Team
el 6 de Nov. de 2024
As of R2021b, the Symbolic Math Toolbox is supported with MATLAB Compiler.
However, the creation of symbolic expressions such as "sym", "syms", and "str2sym" is not supported in deployed apps. For more information on how to put symbolic expressions in deployed apps, please refer to Deploy Generated MATLAB Functions from Symbolic Expressions with MATLAB Compiler
Please refer to the the supported toolboxes for
for more information.
1 comentario
Song-Hyun Ji
el 13 de Jun. de 2023
Here is another example to deploy when using 'syms' and 'solve' together when needed to use input argument to consist the equation.
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!