<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168635</link>
    <title>MATLAB Central Newsreader - realy bad problem with MatLab</title>
    <description>Feed for thread: realy bad problem with MatLab</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>Fri, 02 May 2008 16:10:06 -0400</pubDate>
      <title>realy bad problem with MatLab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168635#429961</link>
      <author>Maxim </author>
      <description>Can ANYBODY explain me why when I create the following &lt;br&gt;
script:&lt;br&gt;
&lt;br&gt;
a=1&lt;br&gt;
&lt;br&gt;
in MATLAB R2007b, and call the script b.m and execute from &lt;br&gt;
command window&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; b&lt;br&gt;
&lt;br&gt;
I receive this error:&lt;br&gt;
&lt;br&gt;
??? Undefined function or variable 'b'. &lt;br&gt;
&lt;br&gt;
What does this idiocy mean???&lt;br&gt;
MM</description>
    </item>
    <item>
      <pubDate>Fri, 02 May 2008 16:16:43 -0400</pubDate>
      <title>Re: realy bad problem with MatLab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168635#429962</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;fvfecu$r51$1@fred.mathworks.com&amp;gt;, Maxim  &amp;lt;morozov@unicas.it&amp;gt; wrote:&lt;br&gt;
&amp;gt;Can ANYBODY explain me why when I create the following &lt;br&gt;
&amp;gt;script:&lt;br&gt;
&lt;br&gt;
&amp;gt;a=1&lt;br&gt;
&lt;br&gt;
&amp;gt;in MATLAB R2007b, and call the script b.m and execute from &lt;br&gt;
&amp;gt;command window&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; b&lt;br&gt;
&lt;br&gt;
&amp;gt;I receive this error:&lt;br&gt;
&lt;br&gt;
&amp;gt;??? Undefined function or variable 'b'. &lt;br&gt;
&lt;br&gt;
&amp;gt;What does this idiocy mean???&lt;br&gt;
&lt;br&gt;
That doesn't happen to me in R2007a; I don't have R2007b installed&lt;br&gt;
to check with.&lt;br&gt;
&lt;br&gt;
Where did you put b.m ? If you happened to put it in a toolbox&lt;br&gt;
directory, then matlab will not find it until you issue the appropriate&lt;br&gt;
'rehash' command varient.&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;There's no term to the work of a scientist.&quot; -- Walter Reisch</description>
    </item>
    <item>
      <pubDate>Fri, 02 May 2008 16:29:53 -0400</pubDate>
      <title>Re: realy bad problem with MatLab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168635#429966</link>
      <author>John D'Errico</author>
      <description>In article &amp;lt;fvfecu$r51$1@fred.mathworks.com&amp;gt;, &quot;Maxim &quot; &amp;lt;morozov@unicas.it&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Can ANYBODY explain me why when I create the following &lt;br&gt;
&amp;gt; script:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; a=1&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; in MATLAB R2007b, and call the script b.m and execute from &lt;br&gt;
&amp;gt; command window&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; b&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I receive this error:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ??? Undefined function or variable 'b'. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What does this idiocy mean???&lt;br&gt;
&amp;gt; MM&lt;br&gt;
&lt;br&gt;
The error message is a simple one. Matlab&lt;br&gt;
does not know what b is, since it does not&lt;br&gt;
find something called b.m, nor have you&lt;br&gt;
defined a variable with the name b.&lt;br&gt;
&lt;br&gt;
That it is idiocy is a subjective matter&lt;br&gt;
of your opinion.&lt;br&gt;
&lt;br&gt;
That it is your mistake is a fact. You&lt;br&gt;
must put the script b in a valid place on&lt;br&gt;
the matlab search path. Do not place it&lt;br&gt;
in the matlab toolbox directories. Do not&lt;br&gt;
place it in some random directory that&lt;br&gt;
is not on the path.&lt;br&gt;
&lt;br&gt;
John&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
The best material model of a cat is another, or preferably the same, cat.&lt;br&gt;
A. Rosenblueth, Philosophy of Science, 1945&lt;br&gt;
&lt;br&gt;
Those who can't laugh at themselves leave the job to others.&lt;br&gt;
Anonymous</description>
    </item>
  </channel>
</rss>

