Shortening Matrix to specific number

3 visualizaciones (últimos 30 días)
sam van Bohemen
sam van Bohemen el 21 de Nov. de 2019
Comentada: sam van Bohemen el 22 de Nov. de 2019
I have a matrix 139776 x 1. I need to shorten the matrix to 138240 x 1.
How can I do this?
Also, Is there a way to shorten the matrix to the nearest factor of Y.
Thanks
  2 comentarios
Walter Roberson
Walter Roberson el 21 de Nov. de 2019
Do you want to just discard the extra values, or do you want interpolation ?
sam van Bohemen
sam van Bohemen el 21 de Nov. de 2019
discarad them

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Nov. de 2019
YourMatrix(138240+1:end) = [];

Más respuestas (0)

Categorías

Más información sobre Interpolation 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