From: abdullah gill gill on
function [iout,qout,ramp,rcos,rsin] = fade (idata,qdata,nsamp,tstp,fd,no,counter,flat)
whenever i use this command it gives me error can some body tell me why is it so?
From: Walter Roberson on
abdullah gill gill wrote:
> function [iout,qout,ramp,rcos,rsin] = fade
> (idata,qdata,nsamp,tstp,fd,no,counter,flat)
> whenever i use this command it gives me error can some body tell me why
> is it so?

No, we cannot. It appears you are using some matlab code loaded from
somewhere else, rather than a Mathworks supplied function. And you
didn't quote the error message or show the line being complained about,
so we cannot tell you what you would have to change.