octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55292] Quadratic programming Octave: Cannot h


From: anonymous
Subject: [Octave-bug-tracker] [bug #55292] Quadratic programming Octave: Cannot have large matrices
Date: Wed, 26 Dec 2018 17:45:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?55292>

                 Summary: Quadratic programming Octave: Cannot have large
matrices
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 26 Dec 2018 10:45:42 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Daniel
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello!

When I use qp-command in octave, I got this error when I'm using to large
matricies:

"ans =

   19   19

ans =

   19    1

ans =

   19    1

ans =

   19    1

warning: operator *: nonconformant arguments (op1 is 18x18, op2 is 19x1)"

I'm using this code:

    size(H)
    size(q)
    size(LB)
    size(UB)
    x = qp([], H, q, [], [], LB, UB)

It's like the H matrix loses one row and one column. Why? Do I compute to
fast? I trying to compute as fast as possible because I want to do adaptive
control for real time controllers.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55292>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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