Select rows and columns
95 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sam
il 12 Giu 2015
Modificato: Azzi Abdelmalek
il 12 Giu 2015
Hello,
In attachment my dataset. I have to select the 3 first columns and the 8 first rows, all the data in it. How do I do this?
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 12 Giu 2015
Modificato: Azzi Abdelmalek
il 12 Giu 2015
A(1:8,1:3)
Example
A=randi(9,10,5)
out=A(1:8,1:3)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis 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!