Virtual drive as current directory in MATLAB
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Jan
2011-12-20
Please post the complete relevant code, such we can reproduce the problem exactly - or find the bug in your code.
采纳的回答
Jan
2011-12-20
Please try this from inside Matlab:
system('subst Z: /d')
system('subst Z: E:\Project')
cd Z:
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!