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 years 前 | 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 years 前 | 1 个回答 | 0