-
Sébastien Villemot authored
The routines use the find() function applied to a subset of columns of the Jacobian, which in this case is a row vector. When passed a row vector, find() returns row vectors (while it returns column vectors when passed a column vector or a matrix). This case was not correctly handled. (cherry picked from commit 87cc5193)
Sébastien Villemot authoredThe routines use the find() function applied to a subset of columns of the Jacobian, which in this case is a row vector. When passed a row vector, find() returns row vectors (while it returns column vectors when passed a column vector or a matrix). This case was not correctly handled. (cherry picked from commit 87cc5193)
linear_perfect_foresight_problem.m 3.23 KiB