How to plot data using histogram?

1 view (last 30 days)
Avinash Bhatt
Avinash Bhatt on 2 Nov 2018
Commented: Avinash Bhatt on 6 May 2019
Hi everyone,
I have created histogram of an image and I want to plot the data in distribution curve using cubic spline interpolation. How can I do that?

Answers (1)

madhan ravi
madhan ravi on 2 Nov 2018
Edited: madhan ravi on 2 Nov 2018
Use interp1() with spline method
  1 Comment
Avinash Bhatt
Avinash Bhatt on 6 May 2019
I am unable to map the image data, can you please show me the algorithm to perform this?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!