I get an error when running the following command in MATLAB R2019a
clc
clear
rotm = [1 0 0 ; 0 -1 0; 0 0 -1];
tform = rotm2tform(rotm)
Command Window:
Undefined function 'rotm2tform' for input arguments of type 'double'.
Error in ex2_1 (line 4)
tform = rotm2tform(rotm)
The example is taken from https://se.mathworks.com/help/robotics/ref/rotm2tform.html
What could be the problem?
verat the command prompt will show you which toolboxes are installed.