matrix manipulation and components

1 visualización (últimos 30 días)
Charlene
Charlene el 9 de Mayo de 2013
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

John Doe
John Doe el 9 de Mayo de 2013
Editada: John Doe el 9 de Mayo de 2013
Is this what you're asking for?
A(A>3.1)
- Rob

Más respuestas (1)

Azzi Abdelmalek
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 Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by