MATLAB: Static optimization for muscles forces

optimization

i want code can do optimize for the muscles in the shoulder using MATLAB
i put file for my problem

Best Answer

The Optimization Toolbox has a number of different solvers that might be appropriate, depending on the form of your problem. SInce you have what appear to be nonlinear equalities and inequalities, I would take a look at fmincon in particular.
Related Question