Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!newsfeed3.dallas1.level3.net!news.level3.com!cyclone1.gnilink.net!gnilink.net!nx02.iad.newshosting.com!newshosting.com!69.16.185.51.MISMATCH!tmp-post01.iad!news.highwinds-media.com!not-for-mail
Message-ID: <49C1929D.6060203@yahoo.com>
Date: Wed, 18 Mar 2009 20:32:29 -0400
From: Freelance Embedded Systems Engineer <g9u5dd43@yahoo.com>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
To: Carlo Castellucci <xxcarlo_rossixx@yahoo.it>
Subject: Re: NEED URGENT HELP PLEASE !!!
References: <gps134$6eq$1@fred.mathworks.com>
In-Reply-To: <gps134$6eq$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 15
Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com
NNTP-Posting-Host: 75.184.122.147
X-Complaints-To: abuse@newshosting.com
Xref: news.mathworks.com comp.soft-sys.matlab:526017


Carlo Castellucci wrote:
> MatLab gives me the following warning "MISSING MATLAB OPERATOR" whenever I try to paste the following square matrix in the command window ( it is 11x11 sized )...
> 
> 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;...
>     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;...
>     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];
> 
> I don't know what it is wrong about it and I really need this matrix to solve a square linear system with backslash...
> 
> Thanks you all...feel free to adress your answer to my mailbox assorecato@hotmail.it as well or just post it here


Search your string for a lowercase "L" and replace it with a "ONE".
???     0,0.1,0.1,-0.9,0.1,0.1,0,0.1,0.1,0.l,0.1; ...
                                           |