Effacer les filtres
Effacer les filtres

selecting specific values on a matrix

2 vues (au cours des 30 derniers jours)
Shani
Shani le 19 Nov 2013
Commenté : Image Analyst le 23 Nov 2013
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.
  1 commentaire
Image Analyst
Image Analyst le 23 Nov 2013
Here is what Shani asked, so that it will still be here when she deletes this question:
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.

Connectez-vous pour commenter.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 19 Nov 2013
Modifié(e) : Azzi Abdelmalek le 19 Nov 2013
A(4:end,6:10)
Look at
doc array

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by