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