Page 1 of 1

Error in SolveMuscleRedundancy_lMtildeState_actdyn_CasADi

Posted: Thu Sep 26, 2019 1:07 am
by dieterheinrich
Hi,

Solving the muscle redundancy problem with lMtilde as state I encountered an error at line 262. This can be easily fixed replacing

DatStore.Fiso with repmat(DatStore.Fiso,length(DatStore.time),1)

Dieter