How can I install user-developed toolbox?

 Respuesta aceptada

Image Analyst
Image Analyst el 29 de Ag. de 2014

0 votos

Put all the m-files of the toolbox in its own folder. Then use the addpath() command to add it to the search path. Use savepath() if you want to make that folder permanently on the search path, rather than just for that session, or you can put the addpath() command into your startup.m file.

Más respuestas (0)

Categorías

Preguntada:

el 29 de Ag. de 2014

Comentada:

el 29 de Ag. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by