Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
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)

Respuesta aceptada

madhan ravi
madhan ravi el 3 de En. de 2019
Editada: madhan ravi el 3 de En. de 2019
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 comentarios

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by