Effacer les filtres
Effacer les filtres

Matlab Onramp: Section 5.1 Further Practice

1 vue (au cours des 30 derniers jours)
AG
AG le 5 Juin 2020

Réponses (1)

Vishal Gaur
Vishal Gaur le 8 Juin 2020
Modifié(e) : Vishal Gaur le 8 Juin 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).
For more information, you can see the Linear Indexing Section of Matrix Indexing in MATLAB here.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by