2025-04-23 11:22:45 +08:00

2 lines
55 B
Matlab

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