How do I generate histogram in matlab R2012b?

I need to generate a histogram for 10000 samples of a noise. I have only matlab R2012b. how do I generate histogram in it?

Answers (2)

Use the hist or histc or related functions, depending on what you need to do.
Or you can use histf, which makes formatting easy.

Tags

Asked:

on 22 Apr 2016

Answered:

on 22 Apr 2016

Community Treasure Hunt

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

Start Hunting!