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 :)

 採用された回答

John Doe
John Doe 2013 年 5 月 9 日
編集済み: John Doe 2013 年 5 月 9 日

2 投票

Is this what you're asking for?
A(A>3.1)
- Rob

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 9 日
編集済み: Azzi Abdelmalek 2013 年 5 月 9 日

2 投票

out=A(A>3.1)

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by