Page 1 of 1

missing loadc3d function

Posted: Sun Feb 17, 2019 9:26 am
by saylee.p
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.