issues
search
KULeuvenNeuromechanics
/
MuscleRedundancySolver
An algorithm to estimate muscle tendon properties and/or compute muscle coordination by tracking experimental data with a musculoskeletal model assuming optimal control to solve for the muscle redundancy.
32
stars
14
forks
source link
Cleaning up the code
#10
Closed
MaartenAfschrift
closed
4 years ago
MaartenAfschrift
commented
4 years ago
A few comments already:
Bounds are not properly implemented for EMG [Solved]
Change name of auxiliary variable (lM_projected?)
we need some checks if the input data is compatible with the selected optimization variables. For example here:
https://github.com/tomvanwouwe1992/MuscleTendonEstimator/blob/master/IO_Functions/useful_scripts/GetIndices_US.m#L14
[Solved]
Clean up comments and delete unnecessary input arguments
A few comments already: