From: Manuel on 29 Jan 2010 08:00 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
|
Pages: 1 Prev: problem with using 'fill' on an array of 4 data points Next: imagesc(flipud(reshape |