Help Needed: Unrecognized Function or Variable 'getAsMat' Error
Posted: Tue Jun 04, 2024 5:00 am
Hello,
I am encountering an issue with my OpenSim Moco project and would appreciate any assistance. Below are the details of the errors I am facing:
Unrecognized function or variable 'getAsMat'.
Error in osimTableToStruct (line 65)
dataArray = osimtable.getDependentColumnAtIndex(iLabel).getAsMat();
Error in osimMocoTrajectoryReport (line 134)
ref = osimTableToStruct(refTable);
Error in InverseWithEMGquali (line 131)
report = osimMocoTrajectoryReport(model, ...)
Despite my efforts, I have not been able to resolve the error. Has anyone encountered a similar issue or have suggestions on how to fix this?
Any help or insights would be greatly appreciated.
Thank you!
I am encountering an issue with my OpenSim Moco project and would appreciate any assistance. Below are the details of the errors I am facing:
Unrecognized function or variable 'getAsMat'.
Error in osimTableToStruct (line 65)
dataArray = osimtable.getDependentColumnAtIndex(iLabel).getAsMat();
Error in osimMocoTrajectoryReport (line 134)
ref = osimTableToStruct(refTable);
Error in InverseWithEMGquali (line 131)
report = osimMocoTrajectoryReport(model, ...)
Despite my efforts, I have not been able to resolve the error. Has anyone encountered a similar issue or have suggestions on how to fix this?
Any help or insights would be greatly appreciated.
Thank you!