I'm having trouble drawing lines.

There are two lines from 102 to 103 but they do not appear;

댓글 수: 5

Muhendisleksi
Muhendisleksi 2017년 8월 17일
Muhendisleksi
Muhendisleksi 2017년 8월 17일
Muhendisleksi
Muhendisleksi 2017년 8월 17일
KSSV
KSSV 2017년 8월 17일
Copy the code....don't attach it as image...
for i=1:2:length(kord)-1
dline=line([kord(i,2),kord(i+1,2)],[kord(i,3),kord(i+1,3)],'LineStyle','--','Color','b');
end
for i=1:2:length(kork)-1
kline=line([kork(i,2),kork(i+1,2)],[kork(i,3),kork(i+1,3)],'Color','r','LineWidth',0.5);
end
legend([kpoint,ypoint,dline,kline],'Kesin Koor.','Yaklaşık Koor.','Doğrultu Ölçü','Kenar Ölçü','Location','northoutside','Orientation','horizontal')
set(legend,'FontSize',12);

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2017년 8월 17일

댓글:

2017년 8월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by