Info
この質問は閉じられています。 編集または回答するには再度開いてください。
find the maximum of a function when wariables, when matrixes are also involed function.
3 ビュー (過去 30 日間)
古いコメントを表示
I want to find values of the variables v1,v2 and v3 at which function value is maximum.
F = Em.*exp(1i*ifft(fftshift(sqrt(v1)*Emmf11a+sqrt(v2)*Emmf11b.*exp(-1i*(v3*pi)))
where v1,v2 and v3 are variable for the function and Em, Emmf11a and Emmf11b are in matrix form values and complex.
for example
Em = [1+2i 2;4-1i -12+4i]
Emmf11a = [1+2i 2;4-1i -12+4i]
Emmf11b = [1+2i 2;4-1i -12+4i]
Regards Ali
0 件のコメント
回答 (1 件)
Sean de Wolski
2013 年 5 月 23 日
I would recommend using fminsearch() or patternsearch().
doc fminsearch
doc patternsearch %Global Optimization Toolbox
3 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!