|
From: | Andreas Weber |
Subject: | Re: What is error(19) or error(15): out of bound(1)...how to resolve? |
Date: | Sun, 28 Oct 2018 09:54:06 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 |
Am 27.10.18 um 22:24 schrieb Satyaballi:
please tell me...m solving an optimization problem with inequality constraints. The error m getting while running my code is : "error: x(15): out of bound 1" please let me know...what is the error and how to resolve this.
x obviously is a scalar but you are trying to access element 15 (which assumes x is a vector or matrix).
[Prev in Thread] | Current Thread | [Next in Thread] |