Muscle names of a particular group
Posted: Mon Dec 16, 2019 7:59 am
Hello,
How do I get muscle games of a particular muscle group in the model in Matlab?
I need something like:
model=Model('gait2392_simbody.osim);
name=model.getMuscles.getGroup('R_hip_abd').get(1)
names should show 'glut_max1_r'
How do I get muscle games of a particular muscle group in the model in Matlab?
I need something like:
model=Model('gait2392_simbody.osim);
name=model.getMuscles.getGroup('R_hip_abd').get(1)
names should show 'glut_max1_r'