How to select specific entries of a matrix?

1 vue (au cours des 30 derniers jours)
Ammy
Ammy le 31 Août 2021
Commenté : Ammy le 31 Août 2021
How to select elements of matrix at the following rows and columns
1,4,7,10,13,16,...
In other words, select elements of matrix at first row and first column, fourth row and fourth column, seventh row and seventh column and so on...

Réponse acceptée

Matt J
Matt J le 31 Août 2021
A(1:3:end,1:3:end)

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays 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!

Translated by