|
From: | Thomas D. Dean |
Subject: | Re: Plotting Lines in 3D |
Date: | Thu, 06 Aug 2015 10:13:15 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 08/06/15 07:19, fbarbuto wrote:
for i=1:N figure(1) line([X(i,1) X(i,4)], [X(i,2) X(i,5)], [X(i,3) X(i,6)],'linestyle','-','color','b') hold on; endfor
Great! I forgot about the line function. Thanks.I omitted in my original plot: This is plotting values for a log periodic dipole array similar to
http://www.antenna-theory.com/antennas/wideband/log-periodic-dipole.php I am using the paper by Robert L. Carrel to derive the data. Tom Dean
[Prev in Thread] | Current Thread | [Next in Thread] |