help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lsqlin() error message


From: GoSim
Subject: Re: lsqlin() error message
Date: Fri, 5 Jul 2019 13:18:35 -0500 (CDT)

C=[1 2 3;4 5 6]
D=[4   5]'
A=[1 1 1;2 2 2]
B=[1 2]'

lsqlin(C,D,[],[],A,B,[],[])
error: quadprog: equality constraint matrix must be full row rank
error: called from
    quadprog at line 282 column 11
    lsqlin at line 123 column 19


This is a similar thing. Not as severe. I would remove lin. dependent rows. 



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]