Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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 ビュー (過去 30 日間)
William Bober
William Bober 2016 年 8 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (1 件)

Vidya Viswanathan
Vidya Viswanathan 2016 年 8 月 31 日
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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by