Can you load compiled code from an icon?
2 次查看(过去 30 天)
显示 更早的评论
Currently when I use the Matlab compiler to make a stand-alone application I have to run the command prompt and type in the function's .exe name in order to run the program. Does anyone know of a way to simplify that, like creating a shortcut or desktop icon that I can click to do the same thing?
0 个评论
采纳的回答
Martijn
2011-1-31
Yes that should be possible; simply create a new shortcut, on for example your desktop, by:
1. Right-clicking on your desktop and choosing "New" -> "Shortcut" then as target select your MATLAB Compiler Standalone EXE-file.
2. Or, in Windows Explorer drag the MATLAB Compiler Standalone EXE-file to your desktop while holding the ALT-button. This should create a shortcut to the application.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 C Shared Library Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!