mocap
mocap copied to clipboard
Matlab software for processing motion capture files.
When running this command: skel = acclaimReadSkel('examples/86.asf'); I get this error: Error using fgets Invalid file identifier. Use fopen to generate a valid file identifier. Error in fgetl (line 32)...
Now work as is in newer matlab versions
getline() is now fgets() and tokenize() is now strsplit().
getline() is now fgets() and tokenize() is now strsplit. While loop stop conditions also change. Script now handle comments ('#')
change function name 'swapNode' to 'treeSwapNode' defined in NDLUTIL 0.161