Matlab Onramp: Section 5.1 Further Practice
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuestas (1)
Vishal Gaur
el 8 de Jun. de 2020
Editada: Vishal Gaur
el 8 de Jun. de 2020
I am assuming that you need some clarification on Matrix Indexing with one subscript. So, in this case, what MATLAB actually does that it forms a column vector by adding all the elements of the matrix column-wise. For Example, Let's say a matrix A with dimensions 4X3. So, if you are accessing A(6), then it will result as A(2,2).
0 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!