Could you please tell me algorithm how to chose numbers in a matrix which is sastified a condition?
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!