matrix manipulation and components
Mostrar comentarios más antiguos
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 :)
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 9 de Mayo de 2013
Editada: Azzi Abdelmalek
el 9 de Mayo de 2013
out=A(A>3.1)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!