Double-clicking to open a file on a standalone matlab application
8 次查看(过去 30 天)
显示 更早的评论
I have timeseries files with their own extension (.Z4R). I have compile my matlab GUI that read them.
Right now I load these files from the GUI (look for the path...). I wondering if it's possible to just double-click on the .Z4R in order to load it into my program.
Thank you, Marc
0 个评论
回答(2 个)
Image Analyst
2012-9-30
You'd need to associate that extension with your app. In Windows, it's the "Folder Options" where you make that association. Then your app has to be prepared to take in filenames via the command line (the varargin input argument list).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!