フィルターのクリア

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