list all 9 integer between -3.5 and 5.5

3 vues (au cours des 30 derniers jours)
Kathy Andrews
Kathy Andrews le 29 Nov 2022
Commenté : Voss le 8 Déc 2022
list all 9 integer between -3.5 and 5.5
  1 commentaire
Voss
Voss le 8 Déc 2022
[-3 -2 -1 0 1 2 3 4 5]
ans = 1×9
-3 -2 -1 0 1 2 3 4 5

Connectez-vous pour commenter.

Réponse acceptée

David Hill
David Hill le 29 Nov 2022
unique(fix(-3.5:5.5))
ans = 1×9
-3 -2 -1 0 1 2 3 4 5
  1 commentaire
John D'Errico
John D'Errico le 29 Nov 2022
@David Hill - please. You know better than to do obvious homework (with no effort made or shown) on this site. It does not help the student, except to create a monster who will now think they can just post their homeworkassignment on Answers with no effort shown. It does not help Answers, since it then convinces other students they too can post their homework.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical 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