Why am I unable to compile functions from the Symbolic Math Toolbox?
5 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2009-6-27
编辑: MathWorks Support Team
2024-11-6
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
采纳的回答
MathWorks Support Team
2024-11-4
编辑:MathWorks Support Team
2024-11-6
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 个评论
Song-Hyun Ji
2023-6-13
Here is another example to deploy when using 'syms' and 'solve' together when needed to use input argument to consist the equation.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!