Group: alt.privacy.anonserver.stats · Group Profile · Search for 500000000000 in alt.privacy.anonserver.stats
Author: Estragon
Date: Feb 17, 2008 01:21
Dear All, I have a problem with Matlab. Basically, I am trying to solve a system of equations using the fsolve command. My m - file is given below: function L = test_array_1(x) load real_S11.txt load imag_S11.txt load real_S21.txt load imag_S21.txt h = length(real_S11); k = 110; x0 = [0.1; 0.1]; options=optimset('Display','iter', 'MaxIter', 100000000000, 'MaxFunEvals',500000000000, 'TolFun'
|