필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

subplotting image with points

조회 수: 2 (최근 30일)
jack knipler
jack knipler 2016년 5월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi i have written code to plot a path on to an image of a map.The x and y variables included are variables i have calculated in a different script. Can anyone help with getting the path to show on the picture.
hold on
imread('map.PNG');
x = eastingnorthing(:,2);
y = eastingnorthing(:,3);
plot(x,y);
hold off

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by