cant use MATLAB script to transform c3d file

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ting Long
Posts: 5
Joined: Tue Jan 22, 2019 11:56 pm

cant use MATLAB script to transform c3d file

Post by Ting Long » Sat Mar 09, 2019 1:45 am

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

Tags:

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: cant use MATLAB script to transform c3d file

Post by jimmy d » Mon Mar 11, 2019 4:59 am

No, we don't support Kistler forceplates. More information here and here

User avatar
Jin Z
Posts: 10
Joined: Sat Jan 06, 2018 2:53 pm

Re: cant use MATLAB script to transform c3d file

Post by Jin Z » Fri Mar 15, 2019 9:30 am

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

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: cant use MATLAB script to transform c3d file

Post by jimmy d » Sat Mar 16, 2019 8:00 am

osimC3D.m is not on your Matlab system path-- you will need to add it.

User avatar
Ting Long
Posts: 5
Joined: Tue Jan 22, 2019 11:56 pm

Re: cant use MATLAB script to transform c3d file

Post by Ting Long » Thu Mar 21, 2019 3:55 am

thank a lot,wehave solved this problem by aother way. :)

User avatar
changxiao Yu
Posts: 2
Joined: Mon May 06, 2019 7:45 pm

Re: cant use MATLAB script to transform c3d file

Post by changxiao Yu » Wed May 08, 2019 8:24 pm

how did you solve? can you talk it to me?

POST REPLY