I have one parameter that is dependent to other parameter (like a(T) ) the value of T in my before written m-file is obtained by solving some nonlinear equation and I cannot update value of 'a(T)" in each iteration - how could I do it?
For example I suppose initial value for T and:
this is for imagi
T=5 %
for i=1:10
a(T)=10*T
x=fsolve(fun,x0)
end