Accessing network drives from within Matlab
I have two Windows 10 computers running Matlab 2023b on the same network. On one computer, I am able to reach a remote network drive easily enough from the Matlab prompt,
>> cd ‘\drivepathname’
However, on the other computer, while I can access the network drive through Windows File Explorer, I cannot do so from within Matlab,
>> cd ‘\drivepathname’
Error using cd
Unable to change current folder to ‘\drivepathname’ (Folder access failure).
I am trying to guess what might be different about the 2 installations. Ay suggestions are welcome.I have two Windows 10 computers running Matlab 2023b on the same network. On one computer, I am able to reach a remote network drive easily enough from the Matlab prompt,
>> cd ‘\drivepathname’
However, on the other computer, while I can access the network drive through Windows File Explorer, I cannot do so from within Matlab,
>> cd ‘\drivepathname’
Error using cd
Unable to change current folder to ‘\drivepathname’ (Folder access failure).
I am trying to guess what might be different about the 2 installations. Ay suggestions are welcome. I have two Windows 10 computers running Matlab 2023b on the same network. On one computer, I am able to reach a remote network drive easily enough from the Matlab prompt,
>> cd ‘\drivepathname’
However, on the other computer, while I can access the network drive through Windows File Explorer, I cannot do so from within Matlab,
>> cd ‘\drivepathname’
Error using cd
Unable to change current folder to ‘\drivepathname’ (Folder access failure).
I am trying to guess what might be different about the 2 installations. Ay suggestions are welcome. cd, network drive, priviliges MATLAB Answers — New Questions