Loren on the Art of MATLAB

May 18th, 2007

More Places to Meet The MathWorks

Here's a brief glimpse into some of the upcoming events where you can meet some of us (including me) from The MathWorks. I hope to meet many folks in the upcoming few weeks.

Contents

2007 MATLAB World Tour - Australia and Taiwan

Come meet us during our visits to cities in Asia and the Pacific region for the 2007 MATLAB World Tour.

Korea

We will also be attending the MATLAB and Simulink Conference 2007 in Seoul, Korea later this month.

Manhattan Beach, California

On my way home from Asia and Australia, I will be join other colleagues to attend The MathWorks Aerospace and Defense Conference '07.

See You There!

I hope to meet many of you at these events. I plan to take some pictures and post some highlights, as I did from the trips I just completed in Europe.


Get the MATLAB code

Published with MATLAB® 7.4

2 Responses to “More Places to Meet The MathWorks”

  1. Philipp replied on :

    Hi Loren,

    Last week I attended the event in Israel in which Sam was showing, among other things, an IP demo for color matching using Cell-Mode.

    I was wondering whether it is possible to obtain those files?

    Thanks,
    -S.

  2. shantan replied on :

    hello loren

    i have a small problem.
    i am not able to get the value of the arrays that i have used in a certain function to continue to be the same in the next ones… please help me in this regard

    shantan

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: 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...
  • Bob: Hi Lori, Im trying to process Unicode text files from more than one different locales than the standard latin...
  • Loren: Ben- The reference link in my post documents the behavior of sum([]) and prod([]) (although the prod part only...
  • Ben: Loren/Andrey, A further advantage of having sum([])==0 and prod([])==1 is that it’s consistent with array...
  • Loren: OysterEngineer- I will SO take you up on that offer. Can’t wait for a good reason to visit now....

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