Borrar filtros
Borrar filtros

reshape an array of un even matrix

1 visualización (últimos 30 días)
ashok
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)

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Abr. de 2014
out=reshape(y,250,8)
  4 comentarios
ashok
ashok el 15 de Abr. de 2014
sir i have an matrix of size 250X1 and i converted it in to binary then modulated and then transmitted but i received and then demodulated i got the matrix size is 2000X1 but i need that matrix should be 250X1
Azzi Abdelmalek
Azzi Abdelmalek el 15 de Abr. de 2014
Explain what this 2000x1 array contains and how can we get just 250 elements

Iniciar sesión para comentar.

Más respuestas (0)

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