In Windows 10, what is the correct syntax for adding a path on partition other than C?

1 次查看(过去 30 天)
If I have a folder on partition E: E:\project 1\data
What would be the correct syntax to use with the path command?

回答(1 个)

Hari Desanur
Hari Desanur 2017-4-17
编辑:Hari Desanur 2017-4-17
To add the "E:\project1\data" folder to the MATLAB path, you can do this in the following way -
1. Use the path command -
>> path(path,'E:\project1\data')
2. Execute the following command to open the pathtool where you can add the folder graphically -
>> pathtool

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by