Virtual drive as current directory in MATLAB
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have created a virtual drive in OS command prompt using "subst" as Z. I need to set this Z as my current directory in MATLAB. However, MATLAB does not recognize the virtual drive created. Please give your inputs to solve this.
Thanks Nirmal
2 Commenti
Jan
il 20 Dic 2011
Please post the complete relevant code, such we can reproduce the problem exactly - or find the bug in your code.
Risposta accettata
Jan
il 20 Dic 2011
Please try this from inside Matlab:
system('subst Z: /d')
system('subst Z: E:\Project')
cd Z:
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!