필터 지우기
필터 지우기

how to view all the commands or functions in certain toolbox?

조회 수: 11 (최근 30일)
vx2008
vx2008 2013년 3월 21일
1. I want to know all functions in the toolbox-"Financial Instruments Toolbox"; my question is how to list all functions of this toolbox?
2. I find that the function-"treeviewer()" exits in "Financial Instruments Toolbox"; and I also find "Financial Instruments Toolbox" by command"ver; whos"; my question is why I get the warning "Undefined function 'treeviewer' for input arguments of type'struct'." when i typed the conmmand-"treeviewer(HJMTree)".
Thanks!

채택된 답변

Image Analyst
Image Analyst 2013년 3월 21일
1. It's easy to go to the web site and find the complete function list: http://www.mathworks.com/help/fininst/functionlist.html
2. treeviewer http://www.mathworks.com/help/fininst/treeviewer.html may possibly have been overwritten by you. When it comes time to call it, put this line just before you call it
which -all treeviewer
What does it say in the command window?
  댓글 수: 10
Image Analyst
Image Analyst 2013년 3월 21일
Yes. I know. I told you that the name was wrong. I don't have that toolbox so I guessed. So, what did the Mathworks say when you called them? It's hard to believe they couldn't get it working.
vx2008
vx2008 2013년 3월 21일
thanks for your advice and help. I am in China now and a little difficult to call Mathworks I think. so I will try another ways. Thanks again.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by