matrix manipulation and components
Show older comments
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 :)
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 9 May 2013
Edited: Azzi Abdelmalek
on 9 May 2013
out=A(A>3.1)
Categories
Find more on Creating and Concatenating Matrices 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!