Feeds
질문
calling a matrix with indexing
Dear all, I am not sure whether it is called inequality addition (for the sigma part) or anything, but I have to call the matri...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
minimize a function with matrix output subject to a constrain
Dear all, I have another question about minimizing a function using Matlab. I already post a question here: <http://www.mathwor...
대략 12년 전 | 답변 수: 0 | 0
0
답변질문
minimizing a function with matrix output
Dear all, I have this function: function f=obj(C1,C2,H12,H21,F1,F2) f=norm(H12*F2-C1*C1'*H12*F2)^2+norm(H21*F1-C2*C2'*H...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
fsolve: solving complex equation with 2 variables (already split real and imag part but didn't work)
Dear Matlab users, I know that fsolve didn't work for the complex value, therefore I split my function as real and imaginary ...
대략 12년 전 | 답변 수: 1 | 0
