how can add path of specific file in another file of matlab?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
is it possible to call matlab function from another matlab function.
0 comentarios
Respuestas (1)
Walter Roberson
el 14 de Feb. de 2020
You cannot add the path to a specific function.
You can cd to the directory that the function is in, and @ the function name to get a handle to it that in theory should be valid after you cd back.
0 comentarios
Ver también
Categorías
Más información sobre Entering Commands 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!