Recent content by chaiku

  1. C

    Levenberg-Marquardt Algorithm with Several Functions

    I have equation , p = [a b c]' : vector of optimized parameters Y = a*(U(j) -b - 5*V(i))*(1+9*c) where Y : data points 61. j = 1:61, i = 1:6... I can't solution optimization for this equation, please help... I just can do this equation if I don't have V(i) i.e V(i) = 0