selecting specific values on a matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Shani
il 19 Nov 2013
Commentato: Image Analyst
il 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 Commento
Image Analyst
il 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.
Risposta accettata
Azzi Abdelmalek
il 19 Nov 2013
Modificato: Azzi Abdelmalek
il 19 Nov 2013
A(4:end,6:10)
Look at
doc array
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!