Search found 6 matches

by Dennis Anderson
Wed Jul 03, 2024 10:58 am
Forum: OpenSim
Topic: Conda Install failing
Replies: 1
Views: 302

Conda Install failing

I've tried the Conda package installation here: https://anaconda.org/opensim-org/opensim It fails to complete with the output below. Any ideas what is the issue? Do I need to set up / change environment variables in some way? (Previously installed versions / installations could be to blame?) (base) ...
by Dennis Anderson
Fri Jan 31, 2014 2:15 pm
Forum: OpenSim
Topic: Running Static Optimization in Matlab?
Replies: 15
Views: 4940

Re: Running Static Optimization in Matlab?

Thank you James, this is exactly what we were trying to figure out. I really appreciate the help!
by Dennis Anderson
Mon Jan 13, 2014 1:49 pm
Forum: OpenSim
Topic: Running Static Optimization in Matlab?
Replies: 15
Views: 4940

Running Static Optimization in Matlab?

Hi all, I am trying to set up and run static optimization from Matlab, but I am having trouble figuring out how to do so: using and editing a static optimization settings file, specifying external loads on the model, running the analysis, etc. I'm assuming this is actually possible, perhaps someone ...
by Dennis Anderson
Mon Jun 24, 2013 10:58 am
Forum: OpenSim
Topic: Getting muscle path information in Matlab
Replies: 2
Views: 586

Re: Getting muscle path information in Matlab

Yes, this works, many thanks Ayman!

I knew I was missing something simple, and I had not picked up on the "Tab" trick either. That will certainly be helpful!

-Dennis
by Dennis Anderson
Mon Jun 24, 2013 10:13 am
Forum: OpenSim
Topic: Getting muscle path information in Matlab
Replies: 2
Views: 586

Getting muscle path information in Matlab

Hi All, I am trying to get muscle path information out of a model via Matlab. I am able to get the path point set with something like: aMuscleGeometry = aMuscle.getGeometryPath(); aPathPointSet = aMuscleGeometry.getPathPointSet(); and then can get information, e.g. body name and location, for muscle...
by Dennis Anderson
Thu Mar 08, 2012 2:50 pm
Forum: OpenSim
Topic: Optimization with Bushing Force
Replies: 0
Views: 295

Optimization with Bushing Force

I've been trying to figure out how to include the Bushing Force in my models. I made a little test model, and when running inverse dynamics the Bushing appears to act as I would expect based on hand calculations, so I think it's in the model correctly. The problem is that Static Optimization fails t...