<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247009</link>
    <title>MATLAB Central Newsreader - NEED URGENT HELP PLEASE !!!</title>
    <description>Feed for thread: NEED URGENT HELP PLEASE !!!</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>Wed, 18 Mar 2009 23:45:40 -0400</pubDate>
      <title>NEED URGENT HELP PLEASE !!!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247009#636009</link>
      <author>Carlo Castellucci</author>
      <description>MatLab gives me the following warning &quot;MISSING MATLAB OPERATOR&quot; whenever I try to paste the following square matrix in the command window ( it is 11x11 sized )...&lt;br&gt;
&lt;br&gt;
A=[0,1,1,1,0,10,1,0,0,0,0;-2,0,0,4,2,8,0,0,3,2,1;-1,1,2,0,0,0,0,0,0,0,0;0,0,0,0,0,0,0,0,0,1,0;0,0,0,0,0,0,0,0,0,0,1;0,0,0,0,0,0,0,2,1,0,0;...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1,0,0,0,0,0,0,0,0,0,0;0,0,0,0,0,0,1,0,0,0,0;0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1;...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,-0.9999,0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5;0,0,0,0,0,0,0,0,0.8225,0,0];&lt;br&gt;
&lt;br&gt;
I don't know what it is wrong about it and I really need this matrix to solve a square linear system with backslash...&lt;br&gt;
&lt;br&gt;
Thanks you all...feel free to adress your answer to my mailbox assorecato@hotmail.it as well or just post it here</description>
    </item>
    <item>
      <pubDate>Thu, 19 Mar 2009 00:15:03 -0400</pubDate>
      <title>Re: NEED URGENT HELP PLEASE !!!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247009#636012</link>
      <author>Darren Rowland</author>
      <description>Carlo, it is a good idea to choose a more descriptive heading than 'Help needed'.&lt;br&gt;
&lt;br&gt;
With regards to your problem I can see that at least one of the rows contains an error&lt;br&gt;
0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,*0.l*,0.1;&lt;br&gt;
&lt;br&gt;
Also to make things clearer you should assign the 'magic number' to a variable&lt;br&gt;
c = 8.7617*10^-5;&lt;br&gt;
then use c in the matrix.&lt;br&gt;
&lt;br&gt;
I don't know if there are any other errors but hope that helps&lt;br&gt;
Darren</description>
    </item>
    <item>
      <pubDate>Thu, 19 Mar 2009 00:32:29 -0400</pubDate>
      <title>Re: NEED URGENT HELP PLEASE !!!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247009#636015</link>
      <author>Freelance Embedded Systems Engineer</author>
      <description>Carlo Castellucci wrote:&lt;br&gt;
&amp;gt; MatLab gives me the following warning &quot;MISSING MATLAB OPERATOR&quot; whenever I try to paste the following square matrix in the command window ( it is 11x11 sized )...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A=[0,1,1,1,0,10,1,0,0,0,0;-2,0,0,4,2,8,0,0,3,2,1;-1,1,2,0,0,0,0,0,0,0,0;0,0,0,0,0,0,0,0,0,1,0;0,0,0,0,0,0,0,0,0,0,1;0,0,0,0,0,0,0,2,1,0,0;...&lt;br&gt;
&amp;gt;     1,0,0,0,0,0,0,0,0,0,0;0,0,0,0,0,0,1,0,0,0,0;0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1;...&lt;br&gt;
&amp;gt;     0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,-0.9999,0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5;0,0,0,0,0,0,0,0,0.8225,0,0];&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I don't know what it is wrong about it and I really need this matrix to solve a square linear system with backslash...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks you all...feel free to adress your answer to my mailbox assorecato@hotmail.it as well or just post it here&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Search your string for a lowercase &quot;L&quot; and replace it with a &quot;ONE&quot;.&lt;br&gt;
???     0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1; ...&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|</description>
    </item>
    <item>
      <pubDate>Thu, 19 Mar 2009 00:58:01 -0400</pubDate>
      <title>Re: NEED URGENT HELP PLEASE !!!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247009#636016</link>
      <author>John D'Errico</author>
      <description>&quot;Carlo Castellucci&quot; &amp;lt;xxcarlo_rossixx@yahoo.it&amp;gt; wrote in message &amp;lt;gps134$6eq$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; MatLab gives me the following warning &quot;MISSING MATLAB OPERATOR&quot; whenever I try to paste the following square matrix in the command window ( it is 11x11 sized )...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A=[0,1,1,1,0,10,1,0,0,0,0;-2,0,0,4,2,8,0,0,3,2,1;-1,1,2,0,0,0,0,0,0,0,0;0,0,0,0,0,0,0,0,0,1,0;0,0,0,0,0,0,0,0,0,0,1;0,0,0,0,0,0,0,2,1,0,0;...&lt;br&gt;
&amp;gt;     1,0,0,0,0,0,0,0,0,0,0;0,0,0,0,0,0,1,0,0,0,0;0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1;...&lt;br&gt;
&lt;br&gt;
Typo. See that next to last 1 on this line?&lt;br&gt;
Not a 1.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt;     0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,-0.9999,0,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5,8.7617*10^-5;0,0,0,0,0,0,0,0,0.8225,0,0];&lt;br&gt;
&lt;br&gt;
You do know that you can write&lt;br&gt;
&lt;br&gt;
8.7617*10^-5&lt;br&gt;
&lt;br&gt;
as &lt;br&gt;
&lt;br&gt;
8.7617E-5&lt;br&gt;
&lt;br&gt;
Easier to read. easier to write.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
  </channel>
</rss>

