Installation problem

Provide a simple and time efficient way to extract raw gait data from a C3D file
POST REPLY
User avatar
Luis Hernandez
Posts: 2
Joined: Tue Aug 13, 2013 4:09 am

Installation problem

Post by Luis Hernandez » Fri Jan 24, 2014 8:33 pm

Hello my name is Luis , and I would like to know if anyone can help me.

I have tried to install the GaitExtracttoolbox
but when I run the code in Matlab, I have this error:

??? Error using ==> feval
Server Creation Failed: Class not registered



Error in ==> actxserver at 87
h=feval(['COM.' convertedProgID], 'server', machinename, interface);

Error in ==> c3dserver at 24
itf = actxserver('C3DServer.C3D');

Error in ==> installGaitExtractToolbox at 50
test = c3dserver;


Thank you for your help!!

User avatar
Pagnon David
Posts: 82
Joined: Mon Jan 06, 2014 3:13 am

Re: Installation problem

Post by Pagnon David » Thu Apr 16, 2015 8:45 am

Hi Luis,

I suppose it is far too late but I experienced the same problem. Apparently the toolbox will not work on a 64-bits version of Matlab:
http://www.mathworks.com/matlabcentral/ ... bit-matlab

This just overrides my field of competences, did you by any chance find a solution?

User avatar
Assal Farrahi
Posts: 2
Joined: Tue May 17, 2016 3:04 am

Re: Installation problem

Post by Assal Farrahi » Wed Sep 21, 2016 3:58 am

Try to uninstall and install the Motion Lab Systems C3Dserver and reinstall it from https://www.motion-labs.com/index_downloads.html. Apparently the version that comes from this package does not support the 64bit windows programs.

Although you will still get errors if you are using Version of matlab later than R2007a with the Pcode 'xml_formatany.p' which I was not very successful in updating it.

POST REPLY