I have a matrix of m x n
I want to keep the first row and then delete 14 rows and then preserve the 16th row, then delete the next 14 rows and preserve the 31th row.
What is the best way to do this?

 Réponse acceptée

David Hill
David Hill le 13 Avr 2021
Modifié(e) : David Hill le 13 Avr 2021
newMatrix=oldMatrix(1:15:end,:);

Catégories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by