Running error with new version 1.7

Provide a simple and time efficient way to extract raw gait data from a C3D file
POST REPLY
User avatar
Yi Wang
Posts: 83
Joined: Fri Oct 30, 2009 1:12 pm

Running error with new version 1.7

Post by Yi Wang » Thu Sep 16, 2010 5:47 pm

I just found you released the newer version, but i failed with running it.

Here is the error message.

??? Error: File: E:\TDDOWNLOAD\GaitExtractToolboxRelease17\MatlabUtils\coordChange.m Line: 53 Column: 5
Unbalanced or misused parentheses or brackets.

Error in ==> calcFPData at 106
cornersNew(:,:,i) = coordChange(FP.corners(:,:,i)', C3Dkey.transform.VICMODEL)';

Error in ==> getEvents at 231
FP = calcFPData(itf, C3Dkey, 1);

Error in ==> testWalk at 27
keyDyn = getEvents(c3dFileDynamic, 2, [1 2 3]);

I ran the "Walk" under example directory, when running the "DownStair", got the same error.

My matlab is Ver 2007r, WINDOWS 7. Older version of 1.6 is ok for me.

Thanks for your neat toolkit.
Yi.

User avatar
Tim Dorn
Posts: 125
Joined: Tue Feb 26, 2008 10:14 pm

RE: Running error with new version 1.7

Post by Tim Dorn » Thu Sep 16, 2010 6:50 pm

Hi Yi,

I have fixed that now and updated the download. It turns out I was using Matlab R2010a to test. But now it should be compatible with R2007.

Tim

POST REPLY