[Scilab-users] Plot Heart Curve in Scilab

Hermes herozigle at gmail.com
Tue Sep 26 09:48:25 CEST 2017


Hello,
I've been looking at the forum, how to graph the following function:

x2=[-2:0.01:2];x1=[-1:0.01:1];
function val = Heart(x1, x2) 
    val=(1.2*x2-sqrt(abs(x1)))^2+x1^2-1;
endfunction 

And I have not found anything to guide me. Please, could you help me?

<http://mailinglists.scilab.org/file/t497622/Heartcurve.jpg> 

Gracias



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list