How to map data using interp1()?

1 view (last 30 days)
Avinash Bhatt
Avinash Bhatt on 6 May 2019
Answered: Avinash Bhatt on 6 May 2019
Suppose I have image intensity values at x-axis and the no of pixel repetitions on y-axis then using interp(x,y,xp,'spline') how can I map the data?

Answers (1)

Avinash Bhatt
Avinash Bhatt on 6 May 2019
I am using the for loop for extracting pixel values and after extraction plotting those values in x-y plane.

Community Treasure Hunt

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

Start Hunting!