Hi there, I developed an OpenSim application which does following Analyzes:
BodyKinematics, StaticOptimization, JointReaction and finally plots the results into images.
In the GUI the process works fine
In the next step, I wrote Matlab code to do the same tasks. After some work I succeded
except for plotting
Here are my questions
1) The plot tool in the GUI is fine! Is it possible to do the same via Matlab and
where can I find documentation.
2) On githup I found python code that uses createPlotterPanel. Unfortunately I was not able to
use this funtion in Matlab.
3) Is there a quick solution for loading the *.sto files into Matlab and use Matlab's plotting facilities?
Of course I can use fopen, fscanf, ..., but this would require a lot of Matlab coding
Could anyone give me some hints
Plot OpenSim Results with Matlab
- Martin Mössner
- Posts: 17
- Joined: Thu Jan 17, 2019 8:40 am
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Plot OpenSim Results with Matlab
You might load a .sto file and plot the results using MATLAB utilities.
viewtopicPhpbb.php?f=91&t=9165&p=25196&start=0&view=
viewtopicPhpbb.php?f=91&t=9165&p=25196&start=0&view=
- Martin Mössner
- Posts: 17
- Joined: Thu Jan 17, 2019 8:40 am
Re: Plot OpenSim Results with Matlab
The Matlab code of readMotionFile, mentioned in the posting above, works fine