How do I write an expression that refers to only the elements that have odd-number/odd-number index subscripts in a vector?
30 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I first established a varibale
myend = randi([2,6])
I then established a vector based on this random interger
myvec = 0:0.5:myend
how would I write an expression to show the elements that have an odd-number subscript/odd-number index in the vector myvec?
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!