how to select the sample
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tinkul
le 13 Mai 2014
Modifié(e) : Azzi Abdelmalek
le 13 Mai 2014
Suppose i have a matrix:
z=[1;2;3;4;5;6;1;9;10;32;21]
from the above matrix how can i select first 7 sample? Please help....
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 13 Mai 2014
Modifié(e) : Azzi Abdelmalek
le 13 Mai 2014
z=[1;2;3;4;5;6;1;9;10;32;21]
z(1:7)
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Resizing and Reshaping Matrices 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!