UWBIns/lib/rotation/qconj.m
2025-04-16 20:15:33 +08:00

2 lines
55 B
Matlab

function qout = qconj(qin)
qout = [qin(1); -qin(2:4)];