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

조회 수: 1 (최근 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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by