Scilab Function
Last update : 1/11/2005

shiftmat - Matrix shifting

Calling Sequence

xneu = shiftmat(x,dx,dy)

Parameters

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