Search found 2 matches
- Wed Feb 22, 2023 9:08 am
- Forum: SCONE
- Topic: Saving par files with the best median cost
- Replies: 1
- Views: 174
Saving par files with the best median cost
Is there a way to save the .par file with the best median cost rather than one with the best minimum cost for the distribution?
- Mon Sep 19, 2022 9:20 am
- Forum: OpenSim
- Topic: Retrieve muscle parameters using API
- Replies: 3
- Views: 511
Re: Retrieve muscle parameters using API
Hi, Your python code converts input coordinates and velocities to radians from degrees, but the Matlab code doesn't. If you change lines 35 - 38 to - for i=1:nCoordinates q2(:,i) = q.(nameCoordinates{i})(timeBool)*2*pi/180; u2(:,i) = u.(nameCoordinates{i})(timeBool)*2*pi/180; end then the Matlab cod...