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
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to