问题
I have the following optimization problem (picture). I trying to solve this problem using the MATLAB linprog(f,A,b,....) function, but I don't know how to write the objective function due to the summation term for 'f' in the linprog() function.
来源:https://stackoverflow.com/questions/61745499/optimization-problem-with-summation-in-the-objective-function-using-matlab-linpr