Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
ReneeD
/
eeglab
Like
0
Downloads: 1
Card
Git
Discussions
[422372]
:
/
functions
/
@mmo
/ transpose.m
History
Download this file
6 lines (2 with data), 72 Bytes
1
2
3
4
5
function
res
=
transpose
(
obj
);
res
=
ctranspose
(
obj
,
0
);