Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

What is the name that MATLAB uses to describe the text box above the command Window that contains the path to the Current Folder

2 Ansichten (letzte 30 Tage)
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

Antworten (1)

Vidya Viswanathan
Vidya Viswanathan am 31 Aug. 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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by