recreating a mathematical 3D shape
时间:03-25
整理:3721RD
点击:
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
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);
recreating mathematical shape 相关文章:
- Effect of FR4 mathematical relation between length & thi
- Mathematical modeling of PCB with EBG structure using TLM
- Why rarely anybody gives mathematical expressions to calculate parameters?
- diagonal(diamond)shaped horn antenna-HFSS
- How to draw an L-shaped coaxial probe in HFSS
- What are the possible DGS shapes in microstrip patch antennas?