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