Page 1 of 1

cant use MATLAB script to transform c3d file

Posted: Sat Mar 09, 2019 1:45 am
by longxiaocai
hi everyone
i am a new user to opensim.when i use the c3dexport.m which is provided by opensim,it always has the error below:
error c3dExport (line 35)
c3d = osimC3D(c3dpath,1);
in addition ,we use the kistler forceplate,Is this related to errors?
thank you very much

Re: cant use MATLAB script to transform c3d file

Posted: Mon Mar 11, 2019 4:59 am
by jimmy
No, we don't support Kistler forceplates. More information here and here

Re: cant use MATLAB script to transform c3d file

Posted: Fri Mar 15, 2019 9:30 am
by jzhu068
Hi there,
I am also having the same error message with the c3dExport.m file. My error message reads:

Undefined function or variable 'osimC3D'.

Error in c3dExport (line 35)
c3d = osimC3D(c3dpath,1);

I am also a beginner in using MATLAB so I may have to do some reading online first, but I did read the C3D files page https://simtk-confluence.stanford.edu:8 ... d%29+Files . So I'm interested in hearing the response to Long Ting's question and would appreciate some suggestions in trouble-shooting, (I am using Type-2 (AMTI & Bertec) forceplates).

Many thanks

Re: cant use MATLAB script to transform c3d file

Posted: Sat Mar 16, 2019 8:00 am
by jimmy
osimC3D.m is not on your Matlab system path-- you will need to add it.

Re: cant use MATLAB script to transform c3d file

Posted: Thu Mar 21, 2019 3:55 am
by longxiaocai
thank a lot,wehave solved this problem by aother way. :)

Re: cant use MATLAB script to transform c3d file

Posted: Wed May 08, 2019 8:24 pm
by china001
how did you solve? can you talk it to me?