Page 1 of 1

Matlab Function - RowVectorVec3

Posted: Mon Dec 06, 2021 11:48 pm
by hoak
Hello,

I'm currently trying to use the OpenSim 4.3 Version for a research project. Noticed that when I'm trying to run the osimTableFromStruct.m file that an error occurs, saying that the 'RowVectorVec3' function is unrecognised.
OpenSim error.JPG
OpenSim error.JPG (22.54 KiB) Viewed 176 times
Has anyone came across this error before? or know whether this .m file was present in previous versions?

Thank you for your time,
Ashwin.

Re: Matlab Function - RowVectorVec3

Posted: Wed Dec 08, 2021 6:10 pm
by aymanh
Hi Ashwin,

In version 4.3 the name is

Code: Select all

RowVectorVec3
, you should find the latest script under
Documents\OpenSim\4.3\Code\Matlab\Utilities

Hope this helps,
-Ayman