Loren on the Art of MATLAB

June 25th, 2007

MATLAB User Group in Boston

I know there are a large number of experienced MATLAB users who read this blog. If you happen to live in the Boston area and are interested in joining some like-minded MATLAB users to meet with the MATLAB Language Development Team, please fill out this survey.

Thanks. I look forward to meeting several of you later this summer.


Get the MATLAB code

Published with MATLAB® 7.4

4 Responses to “MATLAB User Group in Boston”

  1. Nurjaya replied on :

    I am studying for my MPhil at Abertay University in Dundee, I need to use ARMA and Box Jenkins models for my research. My University does not have the MATLAB System Identification Toolbox is there a free version or a tutorial or an M-File that I can get hold of urgently

  2. Loren replied on :

    One place you can look for materials is on the File Exchange on MATLAB Central :

    http://www.mathworks.com/matlabcentral/fileexchange

  3. Latha Dinesh replied on :

    Hello Loren:
    I have recently installed MATLAB7.4.0 (R2007a) in my laptop. However, at the startup the MATLAB screen opens up with the central part as blank white screen, The Menu is listed at the top, and at the bottom left hand corner, next to the start icon (it is greyed out, inactive), MATLAB says “Initializing…”. This screen remains so for ever and does not complete the initialization process…. what could be the problem and what is the solution to this problem… I need to be able to use MATLAB…
    Your help is much appreciated. Thank you and have a wonderful New Year ahead…

  4. Loren replied on :

    Latha-

    Please check out the support area of The MathWorks web site. It has lots of information on issues such as this one.

    –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: 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.