From: praveen on
hello everyone,

using cftool i have smoothened a curve.now i want to get a fixed number of points(say equally spaced) from the output curve(the smoothened one) into matlab workspace.how can this be done?


praveen
From: us on
"praveen " <praveenignatius17(a)gmail.com> wrote in message <htiq40$i1i$1(a)fred.mathworks.com>...
> hello everyone,
>
> using cftool i have smoothened a curve.now i want to get a fixed number of points(say equally spaced) from the output curve(the smoothened one) into matlab workspace.how can this be done?
>
>
> praveen

a hint:

doc cftool;
% now,
% go to the (last) section: the analysis gui
% look at the various options, in particular: save to workspace...

us