How do I open a file in a choosen application from within MATLAB?
4 次查看(过去 30 天)
显示 更早的评论
I would like to specify the application that opens the file when using WINOPEN.
采纳的回答
MathWorks Support Team
2009-6-27
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!