Borrar filtros
Borrar filtros

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

11 visualizaciones (últimos 30 días)
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!

Respuesta aceptada

Image Analyst
Image Analyst el 21 de Mzo. de 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 comentarios
Image Analyst
Image Analyst el 21 de Mzo. de 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 el 21 de Mzo. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by