How to select specific entries of a matrix?

1 Ansicht (letzte 30 Tage)
Ammy
Ammy am 31 Aug. 2021
Kommentiert: Ammy am 31 Aug. 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...

Akzeptierte Antwort

Matt J
Matt J am 31 Aug. 2021
A(1:3:end,1:3:end)

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by