how can i input more than one value?

for example i want to add 10 values of student degrees.
and i want matlab to tell me how many students have degrees that are between 60-70 , 70-80 , 80-90 and 90-100

Answers (1)

Matt J
Matt J on 3 Feb 2019
for example i want to add 10 values of student degrees.
That was covered in your other post,
i want matlab to tell me how many students have degrees that are between 60-70 , 70-80 , 80-90 and 90-100
You can use the histcounts command

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

on 3 Feb 2019

Answered:

on 3 Feb 2019

Community Treasure Hunt

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

Start Hunting!