Path: news.mathworks.com!not-for-mail
From: "arnold szilagyi" <john.doe.nospam@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: underdetermined linear equation system
Date: Mon, 12 Oct 2009 10:53:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 23
Message-ID: <hav1qg$mh7$1@fred.mathworks.com>
References: <hasu5b$di4$1@fred.mathworks.com> <hasvc7$sbm$1@fred.mathworks.com> <hata91$ra1$1@fred.mathworks.com> <hatb5m$ncc$1@fred.mathworks.com> <hatd4s$q6g$1@fred.mathworks.com> <hatmob$rm9$1@fred.mathworks.com>
Reply-To: "arnold szilagyi" <john.doe.nospam@mathworks.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1255344784 23079 172.30.248.35 (12 Oct 2009 10:53:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 12 Oct 2009 10:53:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1134066
Xref: news.mathworks.com comp.soft-sys.matlab:576660


"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <hatmob$rm9$1@fred.mathworks.com>...
> > 
> > this means that my A and B matrices are actually Aeq an beq???
> > 
> > if so what is the right syntax, because I can not figure it out.
> > 
> 
> Read even *more* carefully the doc.
> 
> Bruno

I'm sorry but I obviously miss something.
I read a lot of times the doc, and I made the following conclusion:

I have to use in this way:
[x,fval,exitflag,output,lamda] = quadprog(H,f,[],[],A,B,lb,ub)

but I tried and it gives me zeros.

Please help me.

regards
arnold