Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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 = 0:pi/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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top