未定义与 'char' 类型的输入参数相对应的函数 'syms'
Show older comments
正常.m文件代码如下
syms c;
solve(c^3+c^2+c-3)
warndlg('参数未输入,请输入参数','错误警告框');
复制代码点击运行,结果如下

但是,打包生成exe文件后,点击exe文件,报错如下:
未定义与 'char' 类型的输入参数相对应的函数 'syms'

求解答
Answers (0)
Categories
Find more on 结构体 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!