Info
此问题已关闭。 请重新打开它进行编辑或回答。
Direct loading a file into executable by clicking
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I have an file that use to reload input values, let's say "file.abc" a text file that stores the input numerical/text values for a MATLAB GUI/executable. I put a unique extension of ".abc" on purpose so that it can be a file that's specific for this executable. How can I make the gui/executable in such a way that when I double click on the file directly on the Windows10 file explorer, it will start the executable with those values?
I know how to do this by starting the MATLAB GUI/executable first and loading the file, but I am trying to learn how to do it by (double) clicking on the file explorer directly, just like the way any other software would work.
My next question would be, how to assign a visual on to the "file.abc" so that it won't look just empty white rectangle on file explorer? E.g., the way matlab .m files look with that 3D curve and zigzag line.
Thanks,
Baha
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!