Filter löschen
Filter löschen

Extract only odd rows in a matrix

12 Ansichten (letzte 30 Tage)
Brilliant Purnawan
Brilliant Purnawan am 8 Mär. 2021
Beantwortet: Matt J am 8 Mär. 2021
Hi, how would I modify the following code if I only want to extract the odd rows in the output matrix. The output is generated by ODE45 and I am referring to the third variable. I have already tried to use the matrix indexing in matlab but it's not working. How would I go about this? If my output is given as below?
m = y(:,3);

Antworten (1)

Matt J
Matt J am 8 Mär. 2021
m=y(1:2:end,3);

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by