how to truncate an array containing 500 elements?
Mostrar comentarios más antiguos
I only need 100th to 500th elements.how to avoid the first 100 elements?
ASAP...................
Respuestas (1)
Azzi Abdelmalek
el 12 de Ag. de 2015
Editada: Azzi Abdelmalek
el 12 de Ag. de 2015
A=rand(1,500) % example
A(101:end)
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!