basicx
2008-10-19, 19:09
>> f=@(x)('(60000+4x)./(5200+x)');
>> ezplot(f);
??? In an assignment A(I) = B, the number of elements in B and
I must be the same.
Error in ==> specgraph\private\ezplotfeval>applyfun at 81
z(i) = feval(f,x(i));
Error in ==> specgraph\private\ezplotfeval at 68
z = applyfun(x);
Error in ==> ezplot>ezplot1 at 433
[y,f,loopflag] = ezplotfeval(f,x);
Error in ==> ezplot at 140
[hp,cax] = ezplot1(cax,f{1},vars,labels,args{:});
>> ezplot(f);
??? In an assignment A(I) = B, the number of elements in B and
I must be the same.
Error in ==> specgraph\private\ezplotfeval>applyfun at 81
z(i) = feval(f,x(i));
Error in ==> specgraph\private\ezplotfeval at 68
z = applyfun(x);
Error in ==> ezplot>ezplot1 at 433
[y,f,loopflag] = ezplotfeval(f,x);
Error in ==> ezplot at 140
[hp,cax] = ezplot1(cax,f{1},vars,labels,args{:});