Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
What is the name that MATLAB uses to describe the text box above the command Window that contains the path to the Current Folder
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
What is the name that MATLAB uses to describe the text box above the command Window that contains the path to the Current Folder. Please email me the answer at wbprof@bellsouth.net
0 comentarios
Respuestas (1)
Vidya Viswanathan
el 31 de Ag. de 2016
I believe the command you are looking for is "pwd" which displays the current folder. You can save the path as a character array as follows-
>> currentFolder = pwd
Regards,
Vidya
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!