Filtering Values in Matlab in the Same Matrix Size
2 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix 3x3.
I want to see numbers greater than 5.
so
A = [2 5 8; 2 6 7; 1 9 5]
the answer will be
Ans = [0 0 8; 0 6 7; 0 9 0]
Thanks şn advance for your help
3 件のコメント
Les Beckham
2023 年 10 月 26 日
Also, if you are just getting started with Matlab, I would highly recommend that you take a couple of hours to go through the free online tutorial: Matlab Onramp
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!