วันพุธที่ 17 มกราคม พ.ศ. 2561

Sl 4


x1=linspace(-1,0,50);
y1=-x1+sqrt(3-3*x1.^2);
y2=-x1-sqrt(3-3*x1.^2);
title('heart shape curve');
plot(x1,y1,'r');
plot(-x1,y1,'r');
plot(-x1,y2,'r');
plot(x1,y2,'r');

ไม่มีความคิดเห็น:

แสดงความคิดเห็น