Could you please tell me algorithm how to chose numbers in a matrix which is sastified a condition?
Show older comments
for example,i have a matrix a=|1 2 3;3 4 6;8 9 13| i want to chose value numbers between 2 and 5, so i get a12=2;a13=3;a21=3;a22=4;I also know the address of number. But with large matrix, how to get? thanh you so much
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 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!