Skip to Main Content Skip to Search
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

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


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.

  • Ulla Vainio: That error bar width adjustment was extremely useful and I would never have figured it out myself....
  • Peter Perkins: Jessee, there is a property that you can use to tag variables with units. For example, >> load...
  • Jessee: I could potentially see myself using dataset for casually looking at data, but from an application standpoint...
  • Loren: Oktay- It very much depends on the details of the calculations you are doing. Vectorization can sometimes...
  • Oktay: Hello, Is there any significant difference between using: - Vectorization inside a subfunction - Benefiting...
  • Loren: Clare- Yes, sum can sum a double vector: x = [.3 .4 pi/3] y = sum(x) x = 0.3 0.4 1.0472 y = 1.7472 You must...
  • Clare J: R2007a - Student Version When I use sum to sum a vector of type double I get this error message: ???...
  • Sarah Zaranek: Hi Jacob, Sorry about the slow response. You are correct that the code would be slower without the...
  • Navaneethan Santhanam: Thanks a lot, Loren! That worked perfectly.
  • Mike N: Should it be OK to use “persistent 221; variables in a deployed application? What if I have two...

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

Related Topics