finding a change in a matrix
1 view (last 30 days)
Show older comments
Hi,
I have a matrix in which each column is usually constant but sometimes the value changes. Is there a way to figure out where the change occurs without running loops? for example A=[ 1 2 3 4 5; 1 2 3 4 5; 1 2 2 4 5; 1 2 2 4 5]
is it possible to compute that observation A(3,3) has changed?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!