Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
phil kenny
phil kenny le 14 Avr 2017
Commenté : phil kenny le 19 Avr 2017
If I have a folder on partition E: E:\project 1\data
What would be the correct syntax to use with the path command?

Réponses (1)

Hari Desanur
Hari Desanur le 17 Avr 2017
Modifié(e) : Hari Desanur le 17 Avr 2017
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

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by