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