[422372]: / functions / @mmo / transpose.m

Download this file

6 lines (2 with data), 72 Bytes

1
2
3
4
5
function res = transpose(obj);
res = ctranspose(obj, 0);