how to view all the commands or functions in certain toolbox?
17 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
采纳的回答
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
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!