How to remove multiple elements in a row matrix
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I have a 40000x1 matrix and just want to remove elements 1 to 2834. How do I do this?
0 comentarios
Respuestas (1)
  Alex Mcaulley
      
 el 20 de Feb. de 2020
        
      Editada: Alex Mcaulley
      
 el 20 de Feb. de 2020
  
      This is a very basic problem. I recommend you to do the Matlab tutorial
Being A your array:
A = A(2835:end);
0 comentarios
Ver también
Categorías
				Más información sobre Creating and Concatenating Matrices 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!

