[Scilab-users] simple plot function

Luciano Andino lucianoandino.ar at gmail.com
Mon Mar 27 13:39:27 CEST 2017


Hi, doing a simple plot of
[image: Imágenes integradas 2]
x in [0,1]


    x=0:0.1:1;
    y=exp((x.^4+x.^2-x+(5).^(0.5))/5)+sinh((x.^3+21*x+9)/(21*x+6))-3.0;
    plot(x,y)

graphic differs from this online calc:

https://www.desmos.com/calculator/jehn17mvvb



Don't know what I am doing wrong,

thanks in advance


-- 
Luciano Andino
Ing. en Sistemas de Información
UTN FRSF
BMSTU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170327/1a7e9a7f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 7552 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20170327/1a7e9a7f/attachment.png>


More information about the users mailing list