Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

rt=r*r1

f=rt*p
figure(1);
stem3(x,y,z,'go:');
hold on;
stem3(f(1),f(2),f(3),'ro:');
plot3([x f(1)], [y f(2)], [z f(3)]);
grid on;
hold off;

You might also like