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.

recreating a mathematical 3D shape

Status
Not open for further replies.

antenna_beginner

Member level 2
Joined
Feb 11, 2017
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
363
Hello, I am trying to recreate a shape shown in the attached photo, from the attached article
I have tried to create this shape in MATLAB as shown in the code bellow ,
from this formula i get a 2D shape and not the shown 3D shape , how to create this 3D shape?
Thanks

Code:
theta_0=15;
alpha=60;
delta=90;
r0=2.3;
D=15.2;
a=sin(theta_0)/(tan(alpha));
r1=r0*exp(a*phi);
r1=r0*exp(a*phi-pi);

Capture.JPG
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top