matrix manipulation and components
1 visualización (últimos 30 días)
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 :)
0 comentarios
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)
0 comentarios
Ver también
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!