winopen error when trying to open a directory
Ältere Kommentare anzeigen
I tend to use the winopen function alot, to open files with their default program, or directories locations with windows explorer.
I've recently replaced my PC with a laptop (both were 64bit), and all of the sudden, winopen stopped working when trying to open a directory. The following exception is thrown: The file name association is incomplete or invalid (from win_open_mex).
It's important to emphasize that my code hasn't changed, and it's worked before. Also, when trying a Matlab example: winopen(which('meshgrid')), the function works.
Please help :)
Antworten (2)
Jan
am 10 Mär. 2016
1 Stimme
The error message sounds, like you try to open a file but do not associated it with a program. Please post the failing command and not only the working code.
3 Kommentare
Yuval Weissler
am 10 Mär. 2016
Jan
am 10 Mär. 2016
An what is the answer of "pwd"? Perhaps you've defined this accidently as a variable before?
Yuval Weissler
am 11 Mär. 2016
Yuval Weissler
am 13 Mär. 2016
0 Stimmen
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!