matrix manipulation and components
古いコメントを表示
Hi guys, I have a matrix A=random('norm',3,0.2,100,100) in which I want to display all the components that are >3.1 can someone help me out please :)
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 5 月 9 日
編集済み: Azzi Abdelmalek
2013 年 5 月 9 日
out=A(A>3.1)
カテゴリ
ヘルプ センター および 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!