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

Answers (1)

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

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Tags

Asked:

on 14 Apr 2017

Commented:

on 19 Apr 2017

Community Treasure Hunt

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

Start Hunting!