未定义与 'char' 类型的输入参数相对应的函数 'syms'

正常.m文件代码如下
syms c;
solve(c^3+c^2+c-3)
warndlg('参数未输入,请输入参数','错误警告框');
复制代码点击运行,结果如下
BaiduShurufa_2019-6-16_15-52-44.png
但是,打包生成exe文件后,点击exe文件,报错如下:
未定义与 'char' 类型的输入参数相对应的函数 'syms'
BaiduShurufa_2019-6-16_15-54-51.png
求解答

답변 (0개)

카테고리

도움말 센터File Exchange에서 结构体에 대해 자세히 알아보기

질문:

2019년 6월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!