标题:[求助]syms无法生成exe
只看楼主
弗洛伊德
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-10-23
 问题点数:0 回复次数:0 
[求助]syms无法生成exe
我用matlab编了一个很简单的程序

function untitled117
clear
clc
syms a b
[a,b]=solve(a+b-2,a-b+3);
a
b

在matlab环境中调试运行没有出现任何错误
但通过mcc把这个程序生成exe文件后
每次运行都会出错,显示:

undefined function or method 'syms' for input arguments of type 'char'

请高手们帮我看看这是为什么?
(本人已经安装MCRInstaller)
搜索更多相关主题的帖子: matlab exe syms function clc 
2007-10-23 14:47



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-180088-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.266307 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved