Name
wrev2 — matrix fliping
Calling Sequence
Y=wrev(x,M)
Parameters
- x
-
: double matrix
- M
-
: 1 for row-wise, 2 for column-wise, 3 for both
- Y
-
: fliping result
Description
wrev2 is a fliping utility function on time domain.
Examples
a=rand(3,3);
Y=wrev(a,1);
Authors
Roger Liu and Isaac Zhi