list all 9 integer between -3.5 and 5.5

 Accepted Answer

unique(fix(-3.5:5.5))
ans = 1×9
-3 -2 -1 0 1 2 3 4 5

1 Comment

@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.

Sign in to comment.

More Answers (0)

Tags

Asked:

on 29 Nov 2022

Commented:

on 8 Dec 2022

Community Treasure Hunt

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

Start Hunting!