Feeds
提问
Array slicing scattered rows
How can I select scattered rows from an array? Suppose A = rand(6,6) now how can I select everything except the second and fif...
6 years 前 | 1 个回答 | 0
1
个回答提问
fmincon constrain a row to be fixed
rng(4) St = transpose(rand(9,10)) Stplus1 = transpose(rand(9,10)) fun = @(x) norm(transpose(St*x - Stplus1)*(St*x - Stplus1...
6 years 前 | 1 个回答 | 0
1
个回答提问
fmincon constraints error: Aeq must have 81 column(s).
I am trying to minimize the norm of a matrix. But I want to put constraints on my argument x which is a 9x9 matrix such that x*o...
6 years 前 | 1 个回答 | 0


