Continious subtraction of a elements in an array
显示 更早的评论
Hello, I have a column matrix which looks like
A=[131,131.4,131.5.......]
I want to subtract the each element of the matrix with its previous value. can anyone help me how to do this?
回答(1 个)
James Tursa
2016-9-7
result = diff(A);
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!