Hi,
can anyone provide me with a Matlab script to process .sto file data of OpenSim?
Thanks
Matlab code for processing .sto file
- Md Sanzid Bin Hossain
- Posts: 15
- Joined: Mon Aug 26, 2019 7:58 am
Re: Matlab code for processing .sto file
There is documentation on the OpenSim Wiki. However that may be for the most current version (built from source). If you are using the 4.0 downloaded from SimTK, then it will be something like;
Code: Select all
dataTable = STOFileAdapter.read('path2File.m')
dataStruct = osimTableToStruct(dataTable);