Mike on the MATLAB Desktop

July 30th, 2007

Searching the web while working in the MATLAB Desktop

Sometimes when I am working on a large project with many files and lot of figure windows open, things start to look like a mess. The last thing I want to do it open a web browser to search for something. I find I spend more time figuring out where my windows are than getting code written. One good way to manage this is to use the MATLAB Web browser while working on code (and also to dock those Editor windows and figures). Then when you search Google for code tidbits or search MATLAB Central for file downloads, all of your windows are contained.

To open the web browser, you can just type the following command at the command line:

web www.google.comThen from the Web Browser Desktop menu, select “Dock Web browser”. Now you can rearrange your windows so that you can see all of your work at once and get all of those web browser windows out of your way.

3 Responses to “Searching the web while working in the MATLAB Desktop”

  1. Zhenyuan replied on :

    ok,i got it.

  2. ajeet replied on :

    I tried this but it is shoing some error.The message is MATLAB cannot link to this file or URL:.Can u help me in this regard?

  3. Ken replied on :

    Hey Ajeet,

    You’ll get the following error if you’ve typed the URL incorrectly:

    Warning – File or URL Not Found
    MATLAB cannot link to this file or URL:
    http://mybadurl

    What URL did you try?

    -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.