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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0


