Hi there,
I am trying to plot something in the curve fitting toolbox instead of plot.
I created a fit for my curve called it trans_gauss
Then I called cftool --
cftool(x,y)
but when I say --
plot(trans_gauss)
it plots it in a basic graph instead of the curve fitting toolbox!
And there is no...