<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255</link>
    <title>MATLAB Central Newsreader - What is the MATLAB Internal Architecture?</title>
    <description>Feed for thread: What is the MATLAB Internal Architecture?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 06 Oct 2007 07:44:35 -0400</pubDate>
      <title>What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395365</link>
      <author>SmartEngineer </author>
      <description>Hello,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Can anyone explain the internal arcitecture of the &lt;br&gt;
MATLAB.How it is actually working in some detail.&lt;br&gt;
&lt;br&gt;
Thank you.</description>
    </item>
    <item>
      <pubDate>Sat, 06 Oct 2007 22:34:25 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395408</link>
      <author>dpb</author>
      <description>SmartEngineer wrote:&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;       Can anyone explain the internal arcitecture of the &lt;br&gt;
&amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&lt;br&gt;
You type in an expression, it parses it and then if no error in syntax &lt;br&gt;
is found, computes a result...&lt;br&gt;
&lt;br&gt;
As Dr Lara asks, what precisely, do you propose to do with this &lt;br&gt;
information?  :)&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Sun, 07 Oct 2007 06:29:10 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395444</link>
      <author>SmartEngineer </author>
      <description>dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
$1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;       Can anyone explain the internal arcitecture of &lt;br&gt;
the &lt;br&gt;
&amp;gt; &amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Hello,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TO start with thanks for your attention.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt; You type in an expression, it parses it and then if no &lt;br&gt;
error in syntax &lt;br&gt;
&amp;gt; is found, computes a result...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;I was asking for the execution of the codeThis is &lt;br&gt;
something anybody can tell I need not come to the MATLAB &lt;br&gt;
forum to  get such a response.&lt;br&gt;
&lt;br&gt;
&amp;gt; As Dr Lara asks, what precisely, do you propose to do &lt;br&gt;
with this &lt;br&gt;
&amp;gt; information?  :)&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Well you can tell Dr.Lara that we are here to discuss &lt;br&gt;
and gain knowledge here and implement things better using &lt;br&gt;
MATLAB with a better understanding of the underlying &lt;br&gt;
concepts.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&amp;nbsp;</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 08:57:46 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395522</link>
      <author>Steve Amphlett</author>
      <description>&quot;SmartEngineer &quot; &amp;lt;smartengineer@mathworks.com&amp;gt; wrote in &lt;br&gt;
message &amp;lt;fe9ubm$586$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;       Can anyone explain the internal arcitecture of &lt;br&gt;
&amp;gt; the &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; You type in an expression, it parses it and then if no &lt;br&gt;
&amp;gt; error in syntax &lt;br&gt;
&amp;gt; &amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt;       &lt;br&gt;
&amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt; something anybody can tell I need not come to the MATLAB &lt;br&gt;
&amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; As Dr Lara asks, what precisely, do you propose to do &lt;br&gt;
&amp;gt; with this &lt;br&gt;
&amp;gt; &amp;gt; information?  :)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;     Well you can tell Dr.Lara that we are here to discuss &lt;br&gt;
&amp;gt; and gain knowledge here and implement things better using &lt;br&gt;
&amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt; concepts.&lt;br&gt;
&lt;br&gt;
You can get some insight from this article:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/clev&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/clev&lt;/a&gt;&lt;br&gt;
escorner/dec04.html</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 12:31:56 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395553</link>
      <author>dpb</author>
      <description>SmartEngineer wrote:&lt;br&gt;
&amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;       Can anyone explain the internal arcitecture of &lt;br&gt;
&amp;gt; the &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;&amp;gt; You type in an expression, it parses it and then if no &lt;br&gt;
&amp;gt; error in syntax &lt;br&gt;
&amp;gt;&amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt;       &lt;br&gt;
&amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt; something anybody can tell I need not come to the MATLAB &lt;br&gt;
&amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;&amp;gt; As Dr Lara asks, what precisely, do you propose to do &lt;br&gt;
&amp;gt; with this &lt;br&gt;
&amp;gt;&amp;gt; information?  :)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;     Well you can tell Dr.Lara that we are here to discuss &lt;br&gt;
&amp;gt; and gain knowledge here and implement things better using &lt;br&gt;
&amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt; concepts.&lt;br&gt;
&lt;br&gt;
Sorry you didn't seem to relate to the technique; I was trying to elicit &lt;br&gt;
some input on what, more specifically, you had in mind that knowing &lt;br&gt;
something about the internals of Matlab would help you implement.&lt;br&gt;
&lt;br&gt;
The question as posed is so generic there's no practical way to respond &lt;br&gt;
imo.  The overall idea of efficiency in using Matlab is to try to find &lt;br&gt;
ways to express your problem such that you can take as much advantage of &lt;br&gt;
the vectorizing capabilities as possible.  There are several articles in &lt;br&gt;
the documentation that discuss efficiency and things to avoid to &lt;br&gt;
minimize overhead.  The external API section discusses the internal data &lt;br&gt;
object of the array.&lt;br&gt;
&lt;br&gt;
Once you get through that, the best way to approach Matlab programming &lt;br&gt;
probably is then to simply implement whatever your problem is in as a &lt;br&gt;
most straightforward way you can and only if that shows up a performance &lt;br&gt;
problem to worry about it -- the prime advantage of Matlab is in being &lt;br&gt;
able to prototype in a quick manner as compared to a lower level &lt;br&gt;
language.  If one gets bogged down in the optimization question too &lt;br&gt;
early, much time may be spent on details that don't, in the end, turn &lt;br&gt;
out to make any significant difference globally although they might make &lt;br&gt;
measurable improvements locally.  This is really only a rehash of the &lt;br&gt;
well-known mantra of don't try to optimize without first profiling.&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 12:46:57 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395554</link>
      <author>SmartEngineer </author>
      <description>&quot;Steve Amphlett&quot; &amp;lt;Firstname.Lastname@Where-I-Work.com&amp;gt; &lt;br&gt;
wrote in message &amp;lt;fecrea$cgl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;SmartEngineer &quot; &amp;lt;smartengineer@mathworks.com&amp;gt; wrote in &lt;br&gt;
&amp;gt; message &amp;lt;fe9ubm$586$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt; &amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;       Can anyone explain the internal arcitecture &lt;br&gt;
of &lt;br&gt;
&amp;gt; &amp;gt; the &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; You type in an expression, it parses it and then if &lt;br&gt;
no &lt;br&gt;
&amp;gt; &amp;gt; error in syntax &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt; &amp;gt;       &lt;br&gt;
&amp;gt; &amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt; &amp;gt; something anybody can tell I need not come to the &lt;br&gt;
MATLAB &lt;br&gt;
&amp;gt; &amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; As Dr Lara asks, what precisely, do you propose to &lt;br&gt;
do &lt;br&gt;
&amp;gt; &amp;gt; with this &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; information?  :)&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;     Well you can tell Dr.Lara that we are here to &lt;br&gt;
discuss &lt;br&gt;
&amp;gt; &amp;gt; and gain knowledge here and implement things better &lt;br&gt;
using &lt;br&gt;
&amp;gt; &amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt; &amp;gt; concepts.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You can get some insight from this article:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/cle&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/cle&lt;/a&gt;&lt;br&gt;
v&lt;br&gt;
&amp;gt; escorner/dec04.html&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Hello Steve,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thank you very much for your attention and &lt;br&gt;
advise.However I couldnt open the link provided by &lt;br&gt;
you.Please suggest.&lt;br&gt;
&lt;br&gt;
Regards</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 12:49:43 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395555</link>
      <author>SmartEngineer </author>
      <description>dpb &amp;lt;none@non.net&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fed85k$7qm$1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt; &amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;       Can anyone explain the internal arcitecture of &lt;br&gt;
&amp;gt; &amp;gt; the &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; You type in an expression, it parses it and then if &lt;br&gt;
no &lt;br&gt;
&amp;gt; &amp;gt; error in syntax &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt; &amp;gt;       &lt;br&gt;
&amp;gt; &amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt; &amp;gt; something anybody can tell I need not come to the &lt;br&gt;
MATLAB &lt;br&gt;
&amp;gt; &amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; As Dr Lara asks, what precisely, do you propose to do &lt;br&gt;
&amp;gt; &amp;gt; with this &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; information?  :)&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;     Well you can tell Dr.Lara that we are here to &lt;br&gt;
discuss &lt;br&gt;
&amp;gt; &amp;gt; and gain knowledge here and implement things better &lt;br&gt;
using &lt;br&gt;
&amp;gt; &amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt; &amp;gt; concepts.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Sorry you didn't seem to relate to the technique; I was &lt;br&gt;
trying to elicit &lt;br&gt;
&amp;gt; some input on what, more specifically, you had in mind &lt;br&gt;
that knowing &lt;br&gt;
&amp;gt; something about the internals of Matlab would help you &lt;br&gt;
implement.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The question as posed is so generic there's no practical &lt;br&gt;
way to respond &lt;br&gt;
&amp;gt; imo.  The overall idea of efficiency in using Matlab is &lt;br&gt;
to try to find &lt;br&gt;
&amp;gt; ways to express your problem such that you can take as &lt;br&gt;
much advantage of &lt;br&gt;
&amp;gt; the vectorizing capabilities as possible.  There are &lt;br&gt;
several articles in &lt;br&gt;
&amp;gt; the documentation that discuss efficiency and things to &lt;br&gt;
avoid to &lt;br&gt;
&amp;gt; minimize overhead.  The external API section discusses &lt;br&gt;
the internal data &lt;br&gt;
&amp;gt; object of the array.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Once you get through that, the best way to approach &lt;br&gt;
Matlab programming &lt;br&gt;
&amp;gt; probably is then to simply implement whatever your &lt;br&gt;
problem is in as a &lt;br&gt;
&amp;gt; most straightforward way you can and only if that shows &lt;br&gt;
up a performance &lt;br&gt;
&amp;gt; problem to worry about it -- the prime advantage of &lt;br&gt;
Matlab is in being &lt;br&gt;
&amp;gt; able to prototype in a quick manner as compared to a &lt;br&gt;
lower level &lt;br&gt;
&amp;gt; language.  If one gets bogged down in the optimization &lt;br&gt;
question too &lt;br&gt;
&amp;gt; early, much time may be spent on details that don't, in &lt;br&gt;
the end, turn &lt;br&gt;
&amp;gt; out to make any significant difference globally although &lt;br&gt;
they might make &lt;br&gt;
&amp;gt; measurable improvements locally.  This is really only a &lt;br&gt;
rehash of the &lt;br&gt;
&amp;gt; well-known mantra of don't try to optimize without first &lt;br&gt;
profiling.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --&lt;br&gt;
&lt;br&gt;
Hello dpb,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks for the message.It was nice to hear some &lt;br&gt;
useful information.Thank you.&lt;br&gt;
&lt;br&gt;
Regards</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 12:55:26 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395559</link>
      <author>Jean-Marc Gulliet</author>
      <description>SmartEngineer wrote:&lt;br&gt;
&amp;gt; &quot;Steve Amphlett&quot; &amp;lt;Firstname.Lastname@Where-I-Work.com&amp;gt; &lt;br&gt;
&amp;gt; wrote in message &amp;lt;fecrea$cgl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; &quot;SmartEngineer &quot; &amp;lt;smartengineer@mathworks.com&amp;gt; wrote in &lt;br&gt;
&amp;gt;&amp;gt; message &amp;lt;fe9ubm$586$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       Can anyone explain the internal arcitecture &lt;br&gt;
&amp;gt; of &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; the &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; You type in an expression, it parses it and then if &lt;br&gt;
&amp;gt; no &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; error in syntax &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;       &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; something anybody can tell I need not come to the &lt;br&gt;
&amp;gt; MATLAB &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; As Dr Lara asks, what precisely, do you propose to &lt;br&gt;
&amp;gt; do &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; with this &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; information?  :)&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     Well you can tell Dr.Lara that we are here to &lt;br&gt;
&amp;gt; discuss &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; and gain knowledge here and implement things better &lt;br&gt;
&amp;gt; using &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; concepts.&lt;br&gt;
&amp;gt;&amp;gt; You can get some insight from this article:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/cle&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/cle&lt;/a&gt;&lt;br&gt;
&amp;gt; v&lt;br&gt;
&amp;gt;&amp;gt; escorner/dec04.html&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello Steve,&lt;br&gt;
&amp;gt;            Thank you very much for your attention and &lt;br&gt;
&amp;gt; advise.However I couldnt open the link provided by &lt;br&gt;
&amp;gt; you.Please suggest.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
The link seems to have been broken apart by the newsreader. Try&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/clevescorner/dec04.html&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/clevescorner/dec04.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
(or copy and past the string starting with http and ending with html &lt;br&gt;
into the address box of your web browser).&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
-- &lt;br&gt;
Jean-Marc</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 13:13:17 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395565</link>
      <author>SmartEngineer </author>
      <description>Jean-Marc Gulliet &amp;lt;jeanmarc.gulliet@gmail.com&amp;gt; wrote in &lt;br&gt;
message &amp;lt;13gka5jfc1oci48@corp.supernews.com&amp;gt;...&lt;br&gt;
&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt; &quot;Steve Amphlett&quot; &amp;lt;Firstname.Lastname@Where-I-Work.com&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; wrote in message &amp;lt;fecrea$cgl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &quot;SmartEngineer &quot; &amp;lt;smartengineer@mathworks.com&amp;gt; wrote &lt;br&gt;
in &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; message &amp;lt;fe9ubm$586$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;fe92n6$rj7&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; $1@aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       Can anyone explain the internal arcitecture &lt;br&gt;
&amp;gt; &amp;gt; of &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; the &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; MATLAB.How it is actually working in some detail.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;       TO start with thanks for your attention.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; You type in an expression, it parses it and then if &lt;br&gt;
&amp;gt; &amp;gt; no &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; error in syntax &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; is found, computes a result...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;       &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;    I was asking for the execution of the codeThis is &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; something anybody can tell I need not come to the &lt;br&gt;
&amp;gt; &amp;gt; MATLAB &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; forum to  get such a response.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; As Dr Lara asks, what precisely, do you propose to &lt;br&gt;
&amp;gt; &amp;gt; do &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; with this &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; information?  :)&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;     Well you can tell Dr.Lara that we are here to &lt;br&gt;
&amp;gt; &amp;gt; discuss &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; and gain knowledge here and implement things better &lt;br&gt;
&amp;gt; &amp;gt; using &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; MATLAB with a better understanding of the underlying &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; concepts.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; You can get some insight from this article:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/cle&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/cle&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; v&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; escorner/dec04.html&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hello Steve,&lt;br&gt;
&amp;gt; &amp;gt;            Thank you very much for your attention and &lt;br&gt;
&amp;gt; &amp;gt; advise.However I couldnt open the link provided by &lt;br&gt;
&amp;gt; &amp;gt; you.Please suggest.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Regards&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The link seems to have been broken apart by the &lt;br&gt;
newsreader. Try&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/company/newsletters/news_notes/cle&quot;&gt;http://www.mathworks.com/company/newsletters/news_notes/cle&lt;/a&gt;&lt;br&gt;
vescorner/dec04.html&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; (or copy and past the string starting with http and &lt;br&gt;
ending with html &lt;br&gt;
&amp;gt; into the address box of your web browser).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Jean-Marc&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;The links seems to contain good amount of information &lt;br&gt;
in the Cleve's corner.May be this will help me.I thank all &lt;br&gt;
of you.Thank you very much.&lt;br&gt;
&lt;br&gt;
Regards</description>
    </item>
    <item>
      <pubDate>Wed, 10 Oct 2007 08:51:32 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395915</link>
      <author>Armin Mueller</author>
      <description>SmartEngineer wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; [lots of crap]&lt;br&gt;
&lt;br&gt;
Hey dude,&lt;br&gt;
&lt;br&gt;
there are some issues with your postings:&lt;br&gt;
&lt;br&gt;
* Apparently, you have no real name. Are you too shy?&lt;br&gt;
* From your pseudonym &quot;SmartEngineer&quot; I got high expectations. However, &lt;br&gt;
you don't even manage to open a link containing a line break. That's &lt;br&gt;
embarrassing!&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
Armin</description>
    </item>
    <item>
      <pubDate>Wed, 10 Oct 2007 13:33:47 -0400</pubDate>
      <title>Re: What is the MATLAB Internal Architecture?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157255#395983</link>
      <author>SmartEngineer </author>
      <description>Armin Mueller &amp;lt;arm.in@web.de&amp;gt; wrote in message &amp;lt;fei3q3&lt;br&gt;
$edk$1@news2.rz.uni-karlsruhe.de&amp;gt;...&lt;br&gt;
&amp;gt; SmartEngineer wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; [lots of crap]&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hey dude,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; there are some issues with your postings:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; * Apparently, you have no real name. Are you too shy?&lt;br&gt;
&amp;gt; * From your pseudonym &quot;SmartEngineer&quot; I got high &lt;br&gt;
expectations. However, &lt;br&gt;
&amp;gt; you don't even manage to open a link containing a line &lt;br&gt;
break. That's &lt;br&gt;
&amp;gt; embarrassing!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Cheers,&lt;br&gt;
&amp;gt; Armin&lt;br&gt;
&lt;br&gt;
Hello Armin,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Well ...I guess we are here to discuss about &lt;br&gt;
MATLAB and not about me or you ..ok.As long we discuss &lt;br&gt;
something useful and relevant in this Forum...I guess we &lt;br&gt;
it will be beneficial to all of us.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If have any thing to discuss with me ..you can &lt;br&gt;
mail me..Mathworks has provided you that option.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Regarding your second point...well Nobody is a &lt;br&gt;
perfect human...and yea it was embarasing...However when &lt;br&gt;
you are willing to learn these things happen and we should &lt;br&gt;
try to improve by looking the bigger picture(..I thank &lt;br&gt;
those guys who corrcted me immediately ..Infact I received &lt;br&gt;
3 messages correcting me.)...rather than just &lt;br&gt;
flourishing ..irrelevant and time wasting comments....If &lt;br&gt;
you have some thing to add to the thread topic I welcome &lt;br&gt;
you we can discuss..but dont waste your time ...with such &lt;br&gt;
silly notes.&lt;br&gt;
&lt;br&gt;
Regards</description>
    </item>
  </channel>
</rss>

