reshape an array of un even matrix
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    ashok
 el 15 de Abr. de 2014
  
    
    
    
    
    Comentada: Azzi Abdelmalek
      
      
 el 15 de Abr. de 2014
            y = 2000x1 (size)
y = 38 132 3 214 61 254 77 64 ........
how to reshape to
y = 250x1 (size)
0 comentarios
Respuesta aceptada
  Azzi Abdelmalek
      
      
 el 15 de Abr. de 2014
        out=reshape(y,250,8)
4 comentarios
  Azzi Abdelmalek
      
      
 el 15 de Abr. de 2014
				Explain what this 2000x1 array contains and how can we get just 250 elements
Más respuestas (0)
Ver también
Categorías
				Más información sobre Resizing and Reshaping 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!

