can't understand this statement
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
is this possible
b(1:2,3)
0 commentaires
Réponses (1)
Davide Masiello
le 4 Avr 2022
Yes, it extracts the terms on column 3 and rows 1 and 2 of b.
Example
b = magic(5)
b(1:2,3)
0 commentaires
Voir également
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!