From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 20 08:22:10 1999 Subject: simple question about plotting From: Vitaliy A Repin To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 20 Jan 1999 17:19:03 +0300 Hello! What should I do if I want to plot special function, such as besselj(1,x)? Should I do something like the following: while (x<8) Y(i)=besselj(1,x); X(i)=x; x=x+.1; i=i+1; endwhile; plot (X,Y) ? It seems to me, it is the ugly solution. Good-bye! WBR, Vitaly. -- Vitaly A. Repin, SpbSTU