Answers 2. Shashank Prasanna on 6 Aug Vote 2. Cancel Copy to Clipboard. Your options are limited to the following and each have their own limitations:. Kaustubha Govind on 6 Aug For more information, see my answer to a similar question here. I dont have a license compiler, is there away to make the file into a.
Your m-file might run on Octave , which is free. See Also. Tags application. Start Hunting! An Error Occurred Unable to complete the action because of changes made to the page. Its working in matlab if i run that function but after converting its not showing any GUI! If yes than what can i do as i don't have.
You don't need a. Do you get any error messages or anything if you run your executable from the command line or in a log file if you created one? No, I am not getting any error or warning. In Log file its showing this-. In requirements at ]. I tried with below simple function also, i am getting same thing. It show splash screen and than close! Accepted Answer. Steven Lord on 12 Apr If it does not, I believe what's happening is that the executable is opening your GUI and as soon as the GUI's program file finishes executing it exits, closing all figures as part of its shutdown process.
If your GUI does use uiwait or waitfor , try launching the executable by typing its name at your operating system's command prompt rather than double-clicking on its icon. If it experiences an error on startup, that should display the message at the prompt. That may suggest a solution to you, or you can copy it into a comment on this question and that may suggest a solution to some of the people reading this discussion.
Yes, that's the correct and expected behavior. When you run that function, it reaches the last line that creates the Save uicontrol and then the function finishes execution. Because you've finished executing the function, the standalone executable finishes and as part of its shutdown it closes any figure that it opened.
If you do that, the standalone application will not exit until you close the figure. I tried this but still the same result! I even tried with removing function and directly save the code and complied it but in all the cases i am getting same result!
No error or warning message! I tried building the application in release Ra using the code you posted and was able to get a running application that left the figure on screen until I closed it myself. You are now following this question You will see updates in your followed content feed. You may receive emails, depending on your communication preferences. Show older comments. AbuYusuf on 1 Dec Vote 0. Commented: Rik on 3 Dec Accepted Answer: Rik. Accepted Answer. Rik on 1 Dec Vote 1.
Cancel Copy to Clipboard. This answer should still be valid. Ok, now I have created the. Is that how it usually works? I thought I could run the generated. AbuYusuf on 2 Dec You are right, I just missed that.
0コメント