Scilab Function
Last update : 1/11/2005
shiftmat - Matrix shifting
Calling Sequence
-
xneu = shiftmat(x,dx,dy)
Parameters
-
x
: matrix to be shifted
-
dx
: number of columns to the right
-
dy
: number of rows to the bottom
-
xneu
: shifted matrix
Description
-
Very simple function, but is used in some image processing
functions, therefore a separate Sci-File has been used.
Examples
a=rand(5,3)
b=shiftmat(a,1,2)
// That's it
Authors
-
Dr. Andreas Geissler geisslea@web.de