Horizontal First Differencer on a Matrix
Afficher commentaires plus anciens
I have a matrix M and I need to implement a first differencer along the horizontal dimension as follows such that the value of each element is replaced by:
y[n, m] = x[n, m] − x[n, m − 1]
Where n and m be the independent variables (integer indices) indexing the matrix elements along the vertical and horizontal dimensions, respectively.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matched Filter and Ambiguity Function dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!