Make Matlab stop maximizing every time it changes a variable.
Ältere Kommentare anzeigen
When a run a .m script, whenever MatLab changes a variable he maximizes, even if I minimize it will just maximize again. Is there any way of disabling that?
7 Kommentare
Walter Roberson
am 7 Mär. 2013
What is it that maximizes ?
Shizuka
am 7 Mär. 2013
Sean de Wolski
am 7 Mär. 2013
What does your script look like? MATLAB will try to elevate itself for certain things such as graphics.
Shizuka
am 7 Mär. 2013
Jan
am 7 Mär. 2013
@Shizuka: It is not clear, at leat to me, what actually happens. It is not trivial to maximize the command window, such that I do not expect that this happens by accident. Even for image manipulation, only the concerned figure should be lifted to the fronmost position, but not maximized.
I suggest to set a breakpoint in your program and step through the code line by line until you find the line, which causes the observed effect. Then post this line here.
Jason Ross
am 7 Mär. 2013
Also, what operating system you are using might be relevant. If it's Linux, also let us know what window manager is in use.
Shizuka
am 7 Mär. 2013
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!