Ken & 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).


Ken & Mike work on the MATLAB Desktop team.
  • DP: Hi i have a problem with ezplot3, i want to plot more than i curve in the same graph but hold on command...
  • Ken: Hi Arsalan, Unfortunately there is no way to get the new Editor API in older versions of MATLAB. -Ken
  • Arsalan: Hi, I am very excited about the MATLAB API for editor because right now i am working on a project and i need...
  • Johannes: Since I started using matlab-emacs some days ago I never experienced Emacslink. But I experienced some...
  • Francisco J. Beron-Vera: Hi all, I have recently learned about ViEmu (http://www.vimemu.c om) which, for Vi/Vim...
  • OysterEngineer: When I first learned of the Publish feature in MatLab, I thought it might be useful to help to...
  • Ken: Hi Herve, I’m not quite sure what you mean by “stand-alone&# 8221; mode? -Ken
  • Herve: I wonder when the publish fonction will be supported in standalone mode.
  • Mike: Ravi, What you described should work as far I understand it. Please follow up with technical support. With a...
  • Mike: @Daniel, Thanks for that note.

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