can't understand this statement
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
is this possible
b(1:2,3)
0 comentarios
Respuestas (1)
Davide Masiello
el 4 de Abr. de 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 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!