Hello Everyone I am having problem while using rotm2eul command in matlab. It gives an error stating "Undefined function 'rotm2eul' for input arguments of type 'double'." Can anyone help me real quick. Thanks.

11 次查看(过去 30 天)
When I enter these two lines in command window I get an error as stated above
rotm = [0 0 1; 0 -1 0; -1 0 0];
eulZYZ = rotm2eul(rotm)

采纳的回答

madhan ravi
madhan ravi 2019-1-3
编辑:madhan ravi 2019-1-3
Either you don't have Robotics System Toolbox or a valid license for it.
>> help rotm2eul
'rotm2eul' requires Robotics System Toolbox.
To check it:
ver % to check if you have that toolbox
license('test','Robotics_System_Toolbox') % to check if you have valid license (returns logical)
  6 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by