Download this file

4 lines (3 with data), 72 Bytes

1
2
3
4
function res = ctranspose(A)
A.adjoint = xor(A.adjoint,1);
res = A;