windows matlab.exe -nodesktop does not find Y: drive
2 次查看(过去 30 天)
显示 更早的评论
Running matlab in desktop mode and am able to find all drives under 'file explorer', I use 'addpath' to include Y: drive in my $PATH. I prefer to
run in -nodesktop mode, but cannot find my Y: drive. Is there a way to do this from the command prompt? Or is there a way to point to
the path file constructed from the desktop runs. I would add that the command prompt (where I launch matlab.exe) does not see the network drive Y:
Thanks,
David
2 个评论
Image Analyst
2024-12-5
If you just open a console (command prompt) window by itself, does it see the Y: drive?
回答(1 个)
Divyanshu
2024-12-17
To enable the command prompt session opened from C drive, you might have to map the network drive 'Y' to some alias from the same command window session. You can achieve this using 'Net use'.
You can refer the following documentation link for more details:
Hope it helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!