The movie can't be played when OPT=2

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

The movie can't be played when OPT=2

Post by Yi Wang » Fri Jul 15, 2011 11:18 am

Hi Tim,

Thanks for your great toolkit, but when I adjust OPT=2 to verify everything looks fine, I got some error like below:


??? Error using ==> iptsetpref
Unknown Image Processing Toolbox preference "ImshowInitialMagnification".

Error in ==> playmovie at 120
iptsetpref('ImshowInitialMagnification',100)

Error in ==> verifyKinetics at 231
playmovie(F, ceil(nfigure/4), 1);

Error in ==> getKinetics at 617
verifyKinetics(numVer, C3Dkey, [C3Dkey.timeVec.analogFrame ; GRF], ...

Error in ==> testExtract at 29
[GRF, CoP, GRMo, GRMx] = getKinetics(keyDyn, opt, filtFreq, markersDyn);

I don't know wrong I am using WINDOWS 7, the toolkit works good under WINDOWS XP, so I don't know how to fix this.

One more thing, before the toolkit played the movie, the frame by frame animation was really slow and shown one by one, not as smooth as it under WINDOWS XP, any suggestion?

Thanks.
Yi Wang

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

RE: The movie can't be played when OPT=2

Post by Tim Dorn » Sat Jul 16, 2011 1:33 am

Hi Yi,

I'm not quite sure what is going on there. This appears to be a Matlab/Windows issue, not a toolbox issue. I have not done any testing with Windows 7 so I can't provide much assistance there. I really only recommend the toolbox to be used under Windows XP(32 bit) and Matlab 2010b (or less).

Tim

POST REPLY