matlab中sym和findsy及maple几个函数什么意思

 我来答
nextpilot
2010-04-23 · TA获得超过6654个赞
知道小有建树答主
回答量:1146
采纳率:100%
帮助的人:1681万
展开全部
sym是将 字符串和数值转换为 字符变量

比如

>> xx=sym('x+y')
class(xx)

xx =

x + y

ans =

sym

findsys 则是找出字符号表达式中的自变量

比如

findsym(xx)

ans =

x,y

findsym(S) for a symbolic expression or matrix S, returns all symbolic variables in S in lexicographical order, separated by commas. If S does not contain any variables, findsym returns an empty string.

findsym(S, n) returns the n variables alphabetically closest to x:

1.

The variables are sorted by the first letters in their names. The ordering is x y w z v u ... a X Y W Z V U ... A. The name of a symbolic variable cannot begin with a number.
2.

For all subsequent letters the ordering is alphabetical, with all uppercase letters having precedence over lowercase: 0 1 ... 9 A B ... Z a b ...z.

findsym(S) can return variables in different order thanfindsym(S, n).

maple函数 MATLAB7.7之前版本提供的一个执行maple内核符号运算的函数,因为7.7之前的版本符号工具箱内容使用的是Maple,不过之后使用的是MuPAD,因此maple函数也取消了

参考资料: http://www.matlabsky.com

本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式