From: markt on
>Undefined function or method 'hrollfcoef' for input arguments of type
>'double'.
It looks as if hrollfcoef is not defined as a function anywhere. Do you
have a file named hrollfcoef.m in your path? This is a typical response
when the filename does not match the function call.

Mark