Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: underdetermined linear equation system
Date: Sun, 11 Oct 2009 19:20:22 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 8
Message-ID: <hatb5m$ncc$1@fred.mathworks.com>
References: <hasu5b$di4$1@fred.mathworks.com> <hasvc7$sbm$1@fred.mathworks.com> <hata91$ra1$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1255288822 23948 172.30.248.38 (11 Oct 2009 19:20:22 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 11 Oct 2009 19:20:22 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:576549


"arnold szilagyi" <john.doe.nospam@mathworks.com> wrote in message <hata91$ra1$1@fred.mathworks.com>...
maybe I'm missing something

> [x,fval,exitflag,output,lamda] = quadprog(H,f,A,B,[],[],lb,ub)
 
Yes READ careful the doc of quadprog/linprog, you mess inputs between inequalities and equality constraints.

Bruno