hello,everyone
i just want to ask how to select eg the 1-10 and 20-30 rows elements in the first column.
like A(1:10 and 20:30,1)

 Akzeptierte Antwort

Fabio Freschi
Fabio Freschi am 15 Okt. 2019
Bearbeitet: Fabio Freschi am 15 Okt. 2019

0 Stimmen

You can simply concatenate your ranges using square brackets:
A([1:10 20:30],1)

Weitere Antworten (0)

Kategorien

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by