forked from ZhanLi/UWBIns
2 lines
55 B
Matlab
2 lines
55 B
Matlab
function qout = qconj(qin)
|
|
qout = [qin(1); -qin(2:4)]; |