Please help me to run kind of function which have three differents predictors as xi,yi and zi with the data ui. i find here xi,yi and zi

I also try it as follow but no response after run it in Matlab

ui=[1 2 3 4 5 6]; %%% puissance

sse =@(x)sum((ui - xi./(k.*yi.*zi)).^ 2); %function similar to yours

fminsearch(sse,0) %find the xi,yi,zi

Similar questions and discussions