Filter löschen
Filter löschen

How can i draw histogram ?

1 Ansicht (letzte 30 Tage)
furkan akhan
furkan akhan am 25 Apr. 2021
Beantwortet: Adam Danz am 25 Apr. 2021
I've got 1x720 files. For these data, I chose 3 as my threshold value. I'd like to make a histogram. If the values in this histogram are smaller than 3, I want to write wheeze, and if they are greater than 3, I want to write non wheeze. I'd like it to resemble the example histogram below. Can you help me?
  1 Kommentar
Scott MacKenzie
Scott MacKenzie am 25 Apr. 2021
One of your classmates asked this question earlier today. Keeping looking and you'll find the answer.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Adam Danz
Adam Danz am 25 Apr. 2021
This isn't a histogram. It's a bar plot.
Hint: follow this example from the documentation to create a grouped bar plot. Set the color and displayName properties. Then add a legend.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by