フィルターのクリア

Where can I find which "common functions" symvar identify?

2 ビュー (過去 30 日間)
sadel
sadel 2011 年 6 月 7 日
The Description of symvar says: symvar 'expr' searches the expression, expr, for identifiers other than i, j, pi, inf, nan, eps, and common functions. symvar displays those variables that it finds or, if no such variable exists, displays an empty cell array, {}.
Where can I find which "common functions" symvar identify?

採用された回答

Paulo Silva
Paulo Silva 2011 年 6 月 7 日
edit symvar
Look at the comment inside the symvar.m that says:
Find opening parentheses and check to make sure they don't trail a variable. If one does, it is a treated as a function name and removed from b and e.
  2 件のコメント
Walter Roberson
Walter Roberson 2011 年 6 月 7 日
Does that mean that it eliminates variables that have been indexed, if the user used '()' indexing?
sadel
sadel 2011 年 6 月 7 日
hmmm the truth is....no
Then, what can I do?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by