How to check availabilty of command from Matlab version?

1 次查看(过去 30 天)
It's been quite a fact that some of the commands cannot be accessed, due to users Matlab version or it may be due to necessary toolboxes associated with that? How exactly we can find the use of particular command for particular version or toolbox?. For e.g If an user wants to use syms command, from which Matlab version the command is used?
Rgds
Muruganandham

回答(1 个)

Walter Roberson
Walter Roberson 2012-12-11
There is no mechanism for this, other than carefully going through the documentation for each release.
The particular example you give, syms(), is part of the Symbolic Toolbox, which is an optional (extra-cost) toolbox in any Academic or Commercial license, but which is included in each Student Version (but not installed by default.) syms() predates the switch to MuPAD in R2009b (I think it was), back to when Maple was the symbolic engine. syms() dates back to at least R13SP2.
  4 个评论
Walter Roberson
Walter Roberson 2012-12-11
There is no good source of information about removed commands. The Release Notes are often the major source of information.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by