Apr 21, 2004 #1 zliazmei Structural Joined Feb 5, 2002 Messages 97 Location AE Hi all, I was just wondering how can i define circle in mathcad. mean a funcion that will draw circle in 2D plot. ZMEI
Hi all, I was just wondering how can i define circle in mathcad. mean a funcion that will draw circle in 2D plot. ZMEI
Apr 21, 2004 #2 GregLocock Automotive Joined Apr 10, 2001 Messages 23,888 Location Orbiting a small yellow star I am shocked a professional engineer would have to ask such a question centrex:3 centrey:4 radius:2 pi:3.14159265 i:0;360 x[i:centrex+radius*(cos(i/180*pi)) y[i:centrey+radius*(sin(i/180*pi)) y[i@x[i will do it. Cheers Greg Locock Upvote 0 Downvote
I am shocked a professional engineer would have to ask such a question centrex:3 centrey:4 radius:2 pi:3.14159265 i:0;360 x[i:centrex+radius*(cos(i/180*pi)) y[i:centrey+radius*(sin(i/180*pi)) y[i@x[i will do it. Cheers Greg Locock