calling a file which is in folder in current folder
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
madhu T S
el 22 de Mayo de 2015
Respondida: Walter Roberson
el 22 de Mayo de 2015
hello ppl... I want a code to call the m file which is in the other folder ... please suggest me the code. regards Madhu
0 comentarios
Respuesta aceptada
Walter Roberson
el 22 de Mayo de 2015
Add the folder to your MATLAB path. Or cd to the other directory and invoke the routine.
If the code to be invoked is a script instead of a function, see run()
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!