From: abdullah gill gill on 5 May 2010 23:09 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 5 May 2010 23:21 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.
|
Pages: 1 Prev: dynamic matrix variables in loop Next: how to make Matlab quit on an error ("quit if error"?) |