How do I open a file in a choosen application from within MATLAB?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to specify the application that opens the file when using WINOPEN.
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
The ability to choose the application that opens the input file of the function WINOPEN is not available in MATLAB.
To work around this issue, choose the application that opens the file in Windows:
1. Right click on the file in Windows Explorer.
2. Under Properties-> General, choose the application that you would like to open file with.
3. Use the WINOPEN function to open the file.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!