missing loadc3d function

Provides tools for using different aspects of Opensim within the Matlab environment, including command line pipelines as well as accessing the Opensim API directly.
POST REPLY
User avatar
saylee patkar
Posts: 35
Joined: Wed Jun 20, 2018 1:03 am

missing loadc3d function

Post by saylee patkar » Sun Feb 17, 2019 9:26 am

Dear sir/madam,
I followed the instructions to use this matlab opensim pipeline tool and added required folders to matlab path. I am using this to convert c3d to trc and mot file but I am getting an error as,

>> c3d2trc
Undefined function or variable 'loadc3dfile'.

Error in c3d2trc (line 35)
[data, a_data, fp_info, MP_info] = loadc3dfile([pname, fname]);

>> c3d2grf
Not enough input arguments.

Error in c3d2grf (line 27)
if fp_info.Number > 0

Kindly, suggest the solution.

POST REPLY