How to smooth plot without affecting the data. While I used smooth in plots, the data was reduced at some points.
Show older comments
For example P = [0.8449;1.9194;3.6072;4.8034;6.1154;6.8659;7.2927;6.8533;4.8565;2.9631;1.2971]
Now when I use smooth
Ps = smooth(P)
plot(Ps)
the resulting figure is 

in the P there is value above 7, but in plot the curve is not even touching 7.
Kindly anyone help.
Thanks and regards
Accepted Answer
More Answers (0)
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!