Loren on the Art of MATLAB

April 5th, 2007

2007 MATLAB World Tour

I just wanted to point out to you that MATLAB is going on a roadtrip this year. Look here for information about the 2007 MATLAB World Tour.

Contents

Locations

The tour is a full-day event, planned for 17 (!) cities in Europe, Israel, Australia and Asia.

Format

The format is to have talks by MathWorks senior staff in the mornings, followed by master classes in the afternoons.

Who Should Attend

If there's a session near you, please register. I will be speaking in several of the locations and hope to see many of you there. It will be fun to put a face with a name.


Get the MATLAB code

Published with MATLAB® 7.4

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: Mark- Take a look at cellfun and think about using the function sum. Like this… >> a =...
  • Mark Mikofski: Loren, I’m looking for an elegant, and generalized way to sum each cell in a cell array of...
  • OysterEngineer: Loren, I frequently accumulate index values within an if statement, nested within a for loop. So,...
  • Ellis D. Cooper: Loren - Thank you for your replies. In my application two or more different iterations of the loop...
  • OysterEngineer: I love this type of post since each solution shows something about the background of the developer....
  • Ninad: I thought that following code should work fine global test; test.val=10; parfor i=1:10 global_test_funct...
  • Loren: Ellis- You can’t control the order of the parfor at all. Why is their an efficiency of uniform rand...
  • Ellis D. Cooper: It says somewhere about parfor that the order in which iterations are performed is not guaranteed....
  • Loren: Dirk- It depends on too many things to answer unequivocally. Please contact technical support with as much...
  • Dirk: Hi All Is there a way to configure MATLAB figures to display unicode characters correctly when plotted using...

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