can't understand this statement
Mostra commenti meno recenti
is this possible
b(1:2,3)
Risposte (1)
Yes, it extracts the terms on column 3 and rows 1 and 2 of b.
Example
b = magic(5)
b(1:2,3)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!