pulling our elements from a matrix using for loop

1 vue (au cours des 30 derniers jours)
PetronasAMG
PetronasAMG le 26 Fév 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?

Réponse acceptée

Star Strider
Star Strider le 26 Fév 2018
Try this:
B = A(1:6);

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by