Re: make command window visible
- From: Kristin Thomas <kthomas@xxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 15:29:26 -0400
If you are using MATLAB 7, there is a new function "commandwindow" which will bring the Command Window to the front.
In previous versions, if you have a figure window open you can use:
uicontrol('callback','uimenufcn(gcf,''WindowCommandWindow'')')Hope this helps, Kristin
--------------------------------------------------------- Kristin Thomas Software Engineer The MathWorks, Inc. kthomas@xxxxxxxxxxxxx ---------------------------------------------------------
mark wrote:
I would like to have a command that I can use in a function to make the command window visible (on top of all other windows- as if i clicked on it). I tried using the file exchange showwindow.m but it doesnt seem to work with v6.5. Is there a way to do it within matlab.
.
- References:
- make command window visible
- From: mark
- make command window visible
- Prev by Date: Re: running matlab in background
- Next by Date: Pseudo Real-Time Plotting
- Previous by thread: make command window visible
- Next by thread: nested functions and variable scope in Matlab 6p5
- Index(es):
Relevant Pages
|