EASY Question: How to find an element of a matrix?
    10 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Mohsen
 el 9 de Abr. de 2014
  
    
    
    
    
    Respondida: Mohsen
 el 9 de Abr. de 2014
            Let's A = [1 2 3 4 5 6 7 8 9 10]; I want to have new matrix B, which is A from 1 to 7.
I tried the following:
B=A(1:A(A=7))
But it didn't work.
Any idea? Thanks!
0 comentarios
Respuesta aceptada
  Azzi Abdelmalek
      
      
 el 9 de Abr. de 2014
        
      Editada: Azzi Abdelmalek
      
      
 el 9 de Abr. de 2014
  
      B=A(1:7)
2 comentarios
Más respuestas (1)
Ver también
Categorías
				Más información sobre Matrix Indexing en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

