function A = R3(x)
A = [cos(x), sin(x), 0; -sin(x), cos(x), 0; 0, 0, 1];
end
Published with MATLAB® R2024b