How to look at current folder in MatLab? - pwd -- MatLab

 How to look at current folder in MatLab? - pwd -- MatLab


How to look at current folder in MatLab?
[Ans]
pwd

[syntax]
<result>=pwd;

[description]
return the path to current folder.

Alternative functionality
View the current folder in the Current Folder toolbar.

more details on:

Comments

Popular posts from this blog

How to join a file path with multiple char vector or string in MatLab? - fullfile -- MatLab