How to kill a starved designer app

Hi folx,
I'm writing an application using app designer (moved to designer from guide I used in previous projects).
My problem is, that during development I have of course many bugs in the beginning, but some of them causes the app to starve. It is not possible to use a standard close(figure) but it is also not posible to close the window. CTRL-C or CTRL-Break also do nothing. The only solution is to restart matlab (after 20+ seconds of delay).
Thanks for any hints

 Accepted Answer

Mario Malic
Mario Malic on 17 Sep 2020
Edited: Mario Malic on 29 Oct 2020
Updated
Note, this closes all figures
close(findall(0, 'type', 'figure'));

8 Comments

Thanks for the fast response. I'll test it later, everything is working fine at the moment :-). I'm sure it will starve again.
I was sick for a while, sorry for late response. It did not helped, I'm afraid. I do not know how this happen, but ist is a total lock from time to time
Please see the updated answer.
When you press Ctrl+C multiple times, do you see multiple double arrows showing up in the command window immediately when you click?
>>
>>
>>
Hi Mario,
no, it does not work. Today it happened once, that the computer reacted after 2-3 minutes killing app designer with the app I tried to run. I had 4 crashes in total today.
Mario Malic
Mario Malic on 29 Oct 2020
Edited: Mario Malic on 29 Oct 2020
What's the answer on my comment above? Next time check if MATLAB is not responding in task manager, how much RAM is free?
Replying here, still missing an answer on my Ctrl+C comment, test it out tomorrow and report.
Sorry, I missed this. There is no reaction on Ctrl+C or enter. There is a new line on enter, but no new prompt. The only way to kill the app is to use task manager. It takes 1-2 minutes to kill the app including Matlab.
I don't understand well what are you saying here.
There is no reaction on Ctrl+C or enter. There is a new line on enter, but no new prompt.
Once again:
  • if you press ctrl+c or enter, you should see ">>" showing up with each click if MATLAB is not busy (or not responding - frozen)
  • If you press enter and only new lines are apearing, without ">>", then MATLAB is busy doing something, but not frozen. In this case ctrl+c would probably return an error
  • When your app freezes, check task manager if your MATLAB is not responding
Also, there are some unsupported functions between GUIDE and App Designer, so make sure you're using what is supported by the latter. You can also test your app on the other machine, maybe there's something wrong with yours.

Sign in to comment.

More Answers (1)

Waldemar
Waldemar on 29 Oct 2020
Hi Mario,
I did not checked the RAM to be honest. I'll check it tomorrow. My data is about 50 MB in total and I do not have many programmes open but Matlab.
Thanks for your help

Categories

Find more on Package and Share Apps in Help Center and File Exchange

Products

Release

R2020a

Asked:

on 17 Sep 2020

Commented:

on 30 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!