pulling our elements from a matrix using for loop

1 Ansicht (letzte 30 Tage)
PetronasAMG
PetronasAMG am 26 Feb. 2018
Beantwortet: Star Strider am 26 Feb. 2018
if matrix A = [1 3 4 2 17 6 4 5 2]
what is a matrix command that i can use it to pull first 6 elements?

Akzeptierte Antwort

Star Strider
Star Strider am 26 Feb. 2018
Try this:
B = A(1:6);

Weitere Antworten (0)

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by