create a vector of the even whole numbers between 31 and 75
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
aisha khan
le 28 Fév 2014
Réponse apportée : Stephen John
le 3 Nov 2024
create vectors of the even whole numbers
0 commentaires
Réponse acceptée
Plus de réponses (3)
Khushboo Kumari
le 18 Déc 2017
A=[31:2:75]
1 commentaire
Walter Roberson
le 18 Déc 2017
No, that would produce 31, 33, 35, and so on, which are odd whole numbers not even whole numbers.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!