Loren on the Art of MATLAB

December 22nd, 2008

I-COOL - International Coalition of Ocean Observing Laboratories

It's no secret that my background is in marine geophysics. Last week at the annual meeting of AGU (American Geophysical Union), I remembered seeing some very cool plots recently, some from MATLAB. I tracked them back to I-COOL where there are a bunch of projects, such as the Atlantic Crossing, many involving undergraduates for their first forays into research, and the excitement they encounter.

Are you working on a research project either as an undergrad or with one, using MATLAB? Please post your story and website here.


Get the MATLAB code

Published with MATLAB® 7.7

3 Responses to “I-COOL - International Coalition of Ocean Observing Laboratories”

  1. Dan Cromb replied on :

    I’m using MatLab to analyse the subject head movement during functional MRI scans. I did this for my MSc in Biomedical imagiing and I’m now using it to develop my project so that it’s suitable for publishing (hopefully!)

  2. Aslak Grinsted replied on :

    I am also from geophysics, and use matlab for figures. I’ve made this package which makes very nice figures:
    http://www.pol.ac.uk/home/research/waveletcoherence/

    Usually there are lots of people at AGU that have used it, but i also see stuff from completely different fields such as medicine.

  3. Loren replied on :

    Thanks for sharing! Best wishes to you both.

    –Loren

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


Loren Shure works on design of the MATLAB language at The MathWorks. She writes here about once a week on MATLAB programming and related topics.

  • Loren: Hi Ghazanfar- Please look at the help for the function hist (and perhaps histc). They will do what you want...
  • Ghazanfar Ali: Hi Miss Loren I am in need of an algo to count cosecutive duplicate values in a one dimensional...
  • OysterEngineer: Clearly this is a complex topic & these pair of blogs show that The MathWorks are masters of the...
  • Tim Davis: I’ve often been puzzled about how sub-matrix-assignmen t works for full and sparse arrays: clear A =...
  • Loren: Paul- There *are* issues depending on the sizes of ii and jj. And it’s a bit complicated, but really...
  • Loren: Bob- You don’t say what happens when you run your code. Can you please explain more. It looks like you...
  • Loren: Kishore- It is not clear to me what you are trying to actually achieve. If you want to concatenate the 4...
  • Kishore: sorry, in the previous code mat2cell(c,[19 121],[19 134],[19 84],[19 107])
  • Kishore: Hi Loren, Why does the following not work? data_classwise = [19x121 double] [19x134 double] [19x84 double]...
  • Paul Jackson: Loren, Are there any aspects of empty matrices that may be tricky when they are used as indices into...

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