How do I import toolboxes into my library?

I'm pretty new to MatLab and I'm trying to do some graph theory study. I found a graph theory toolbox online but I can't find how to import it into my MatLab R2011a library.
How is this done? Or is there already a MatLab library I should be using?
Thanks,
James Elmore

Respuestas (2)

Wayne King
Wayne King el 29 de Ag. de 2012
When you say toolbox, how complicated is the structure of the toolbox? Is it just a single folder with a number of M-files, or are there subfolders.
If it is the former, then simply adding that directory to your MATLAB path should work. See the help for addpath() or use the pathtool
>>pathtool
The pathtool will enable you to add subfolders easily.

1 comentario

ziani nora
ziani nora el 19 de Oct. de 2017
can you tell me how you excecute toolbox in matlab please

Iniciar sesión para comentar.

Sean de Wolski
Sean de Wolski el 19 de Oct. de 2017

0 votos

Why not upgrade to a newer release that has builtin MathWorks Developed graph theory capabilities?

Categorías

Más información sobre File Operations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 29 de Ag. de 2012

Respondida:

el 19 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by