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

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

求解答
Risposte (0)
Categorie
Scopri di più su 结构体 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!