Double-clicking to open a file on a standalone matlab application
古いコメントを表示
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
回答 (2 件)
Image Analyst
2012 年 9 月 30 日
0 投票
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).
Marc
2012 年 10 月 1 日
0 投票
2 件のコメント
Marc
2012 年 10 月 1 日
Image Analyst
2012 年 10 月 1 日
varargin will have the arguments on the command line.
カテゴリ
ヘルプ センター および 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!