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

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

求解答
Antworten (0)
Kategorien
Mehr zu 结构体 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!