Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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)

Akzeptierte Antwort

madhan ravi
madhan ravi am 3 Jan. 2019
Bearbeitet: madhan ravi am 3 Jan. 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 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by