pulling our elements from a matrix using for loop

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by