Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 575
  • Order by date
  1. 575

    Problem with fminsearch in Matlab

    want to solve the following problem Function: function [f] = nyfil(x) v=ones(50,1); v=v*10; B_t=v; S_t=v; M_t = min(B_t,S_t)+max(B_t,S_t)/2; x_s = x(2)/(x(5)+x(2)); x_b = x(1)/(x(5)+x(1)); f= sum(x(1)-x(2)+M_t*(log(x_b)+log(x_s))) + S_t*log(x(5)+x(2)) +...

Part and Inventory Search

Back
Top