You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the code with CAD-60 , it work but i have a problem: i can visualize only 11 frames and the first frame was visualized is the 48th frame.
(when i change the frameNum with a number from [0..10] 0 .But when i run for example:
"visualizeSkeleton('0512164333.txt','13');
I have this error: "visualizeSkeleton('0512164333.txt','13');
visualize skeleton!!
skeleton data: 0512164333.txt
frame number: 49
frame number: 51
Error using ==
Matrix dimensions must agree.
Error in readSkel (line 9)
if fnum == frameNum,
Error in visualizeSkeleton (line 14)
readSkel(dataFile,frameNum);%, figureTitle);"
Can you help me please!!
The text was updated successfully, but these errors were encountered:
I have tested the code with CAD-60 , it work but i have a problem: i can visualize only 11 frames and the first frame was visualized is the 48th frame.
(when i change the frameNum with a number from [0..10] 0 .But when i run for example:
"visualizeSkeleton('0512164333.txt','13');
I have this error: "visualizeSkeleton('0512164333.txt','13');
visualize skeleton!!
skeleton data: 0512164333.txt
frame number: 49
frame number: 51
Error using ==
Matrix dimensions must agree.
Error in readSkel (line 9)
if fnum == frameNum,
Error in visualizeSkeleton (line 14)
readSkel(dataFile,frameNum);%, figureTitle);"
Can you help me please!!
The text was updated successfully, but these errors were encountered: