old .mot files
Posted: Sun Feb 16, 2020 1:53 pm
Dear Experts,
After Installing OpenSim 4.1 in MATLAB, "TimeSeriesTable" function reads ".trc" and ".sto" and ".mot" well. But it doesn't read my force motion (grf_forces.mot) which was generated with the previous version (4.0) from c3d file in MATLAB.
Java exception occurred:
java.lang.RuntimeException: expected = double received = double
Thrown at DelimFileAdapter.h:355 in extendRead().
at org.opensim.modeling.opensimCommonJNI.new_TimeSeriesTable__SWIG_5(Native
Method)
at org.opensim.modeling.TimeSeriesTable.<init>(TimeSeriesTable.java:61)
Is there anything wrong with the headers?
nColumns=10
nRows=117
DataType=double
version=3
OpenSimVersion=4.0
endheader
Cheers
After Installing OpenSim 4.1 in MATLAB, "TimeSeriesTable" function reads ".trc" and ".sto" and ".mot" well. But it doesn't read my force motion (grf_forces.mot) which was generated with the previous version (4.0) from c3d file in MATLAB.
Java exception occurred:
java.lang.RuntimeException: expected = double received = double
Thrown at DelimFileAdapter.h:355 in extendRead().
at org.opensim.modeling.opensimCommonJNI.new_TimeSeriesTable__SWIG_5(Native
Method)
at org.opensim.modeling.TimeSeriesTable.<init>(TimeSeriesTable.java:61)
Is there anything wrong with the headers?
nColumns=10
nRows=117
DataType=double
version=3
OpenSimVersion=4.0
endheader
Cheers