Prev: Simple GUI problem
Next: MINLP in MATLAB
From: Martin on 18 Mar 2010 16:27 I'm quite sure there is a very straight foward solution to this but I can't seem to find guidance in the help pages! Please can you someone tell me how to smooth the curve on my line plots! Many thanks in advance!
From: Sadik on 18 Mar 2010 17:23 Hi Martin, Maybe you could use medfilt1. Best.
From: John D'Errico on 18 Mar 2010 20:00 "Martin " <oneaccount(a)hotmail.co.uk> wrote in message <hnu2b7$fgg$1(a)fred.mathworks.com>... > I'm quite sure there is a very straight foward solution to this but I can't seem to find guidance in the help pages! > > Please can you someone tell me how to smooth the curve on my line plots! > > Many thanks in advance! Interpolate the curve. Use interp1. John
From: Martin on 19 Mar 2010 05:29 Thanks guys, both valid and both worked! What I wanted was even more simple and I figure it out this morning. My dataset was large enough to change the export setup resolution such that the plot would have smooth curves! Probably didn't explain myself properly! Thanks for your help as always.
|
Pages: 1 Prev: Simple GUI problem Next: MINLP in MATLAB |