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!