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

11 views (last 30 days)
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!

Accepted Answer

Image Analyst
Image Analyst on 21 Mar 2013
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 Comments
Image Analyst
Image Analyst on 21 Mar 2013
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 on 21 Mar 2013
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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!