From: Manuel on
Hi,

I am trying to compare the plot of an anonymous function with it Taylor expansion with no success. Can someone help?

>> a=1;b=2;c=3;
>> syms x;
>> T=@(x) a*(exp(x/b))

T =

@(x)a*(exp(x/b))

>> taylor(T)
??? Undefined function or method 'taylor' for input arguments of type
'function_handle'.

Many thanks