Ploting Curves - Transform Lines to Curve

63 views (last 30 days)
Reeki
Reeki on 8 Apr 2014
Answered: Star Strider on 8 Apr 2014
Hi all!
Ive got some data i want to plot, but when i plot them it looks like this:
and i want this to be something like this:
My data is: x=[1:119] and y and y1 are just 2 arrays with 119 percentage values; Something like:
y=[51, 46, 48, 55, 55, 66 ....................]; y1=[51, 46, 48, 55, 55, 66 ....................];
Any Ideas of how can i make those lines look like curves? I tryed with Basic Fitting Tool but line-ploting remains, i dont know hot to get just the curve.
Any advice?
Thanks

Answers (1)

Star Strider
Star Strider on 8 Apr 2014
See polyfit and friends (linked to at the end of the page).

Categories

Find more on 2-D and 3-D 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!