フィルターのクリア

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