plot line by matlab

조회 수: 12 (최근 30일)
alnawiers Almaliki
alnawiers Almaliki 2019년 2월 25일
댓글: alnawiers Almaliki 2019년 2월 25일
please, who can plot a line by matlab, when I used this steps its pot x,y only.
  댓글 수: 2
Star Strider
Star Strider 2019년 2월 25일
Please copy your code and paste it to your original post or to a Comment here.
My MATLAB version will not run images of code.
alnawiers Almaliki
alnawiers Almaliki 2019년 2월 25일
f=2*10^9; % frequency = 2 GHz
c=3*10^8; % light speed
w=c/f % wavelength
n1=10; %number of points for n1 on L1
a=1*w; %Radius the cylinder
L1=1.5*w %lenght
seq1=L1/n1; %The first section
for i=1:n1-1;
for p=1:4;
t(i,p)=i+((p-2.5)/2);
stp=seq1*t(i,p)
if 0<stp<L1
end
plot(i,stp,a)
end
end

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2013a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by