Mike on the MATLAB Desktop

June 4th, 2007

Focusing on your work

The MATLAB Desktop is packed with so many great tools, but sometimes they can become distracting. The easiest way to zone into your work, whether that be in the Editor, the Command Window or any other component, is to issue a quick double click to the title bar.
This gesture acts just like the maximize button. The reason I prefer it over its button counterpart is that it doesn’t require such fine motor skills to aquire and click it!

Want to see your Desktop again? Give the components title bar another double-click and voila, you have access to your full Desktop again.

Note: This feature is not yet available for the Mac, though we are activley working on porting it.

1. Double-click the component title bar to maximize the component.
MATLAB Desktop
down_arrow.png
2. Double-click the component title again to restore it to its previous size.
MATLAB Editor
down_arrow.png
3. Do it all over again!
MATLAB Desktop

4 Responses to “Focusing on your work”

  1. Steve replied on :

    Ken – I loved this feature after I discovered it by reading the R2007a release notes. It’s great for giving presentations when you want to let one of the MATLAB windows temporarily take the whole space. But I didn’t realize you could do it double-clicking on the title bar!

  2. Ken replied on :

    Hey Steve,

    Glad to introduce you to this great feature! I really find it much easier to use than the maximize/minimize buttons. I’d say I use it most when I want to see the results of a command in the Command Window (like help plot for example).

    -Ken

  3. HoWil replied on :

    Hi Ken,

    i like the maximize feature too, but i would use it more offen if there is a short-key too.

    HoWil

  4. Ken Orr replied on :

    Great idea HoWil! I agree that a shortcut-key would really enhance the value of this feature. We’ll definitely consider this feature request.

    -Ken

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks
Mike works on the MATLAB Desktop team.

These postings are the author's and don't necessarily represent the opinions of The MathWorks.