Can someone help me and tell what is the problem? I have to calculate some integrals and I keep getting this errors.
Example:
quad('(x.^3)*(sqr.((x.^4)+1))',1,8)
??? Error using ==> inline.subsref at 14
Not enough inputs to inline function.
Error in ==> quad at 77
y = f(x, varargin{:});