How do I open a file in a choosen application from within MATLAB?
4 views (last 30 days)
Show older comments
I would like to specify the application that opens the file when using WINOPEN.
Accepted Answer
MathWorks Support Team
on 27 Jun 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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!