How to plot three orthogonal circles with angle in space?

Status
Not open for further replies.

ylscqu

Member level 2
Joined
Dec 20, 2003
Messages
46
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
278
with matlab or other math tool such as mathcad , maple.thx!
 

Re: How to plot three orthogonal circles with angle in spac

Tt's very easy.
Only use these cammands in MATLAB:

t = 0i/50:10*pi;
plot3(sin(t),cos(t),t);
 

3 orthogonal circle as 3 coordinate axis!
 

Re: How to plot three orthogonal circles with angle in spac

Can you explain more?
 

I have plotted some dircetional pattern of antenna with matlab.I want to put the pattern in the frame of 3 orthogonal great circle which is taken as 3 coordinate axis
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…