Matlab Function - RowVectorVec3

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ashwin Ho
Posts: 1
Joined: Sun Nov 28, 2021 7:31 pm

Matlab Function - RowVectorVec3

Post by Ashwin Ho » Mon Dec 06, 2021 11:48 pm

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 175 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.

Tags:

User avatar
Ayman Habib
Posts: 2244
Joined: Fri Apr 01, 2005 12:24 pm

Re: Matlab Function - RowVectorVec3

Post by Ayman Habib » Wed Dec 08, 2021 6:10 pm

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

POST REPLY