Hi,
As per my understanding, you want to apply the transformation matrix on to an image. This task can be achieved using imfilter() or conv2(). Using these functions, you can slide the transformation matrix (or kernel) across an image.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!