Feeds
질문
passing matrices in fmincon objective function
My objective function has matrices of below sizes A = 150x50, B = 150x150 objective function is J = p*A'*B*A*p Below is the c...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Incrementally increase power of a matrix
I want to create an array "M" with incremnatlly increasing power of matrix A = [3 5 2; 1 0 9; 10 8 11]; Such that M=[I; A; A^2;...
5년 초과 전 | 답변 수: 1 | 0