Hello
Can someone help me out with how can I plot multiline functions using gnuplot?
For example, I want to plot the function
           if (abs(x) < 1) then
                f(x) = sign(x)
           else if (x < 4) then
                            f(x) = 4/(4-x)
           else
                            f(x) = x
How do I encorporate the multiple conditions based function to f(x)
Thanks
Arindam

          ================================================
To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header
Archives are available at http://www.mail-archive.com/ilugd%40wpaa.org
          =================================================

Reply via email to