Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
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 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Vidya Viswanathan
le 31 Août 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 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!