Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

subplotting image with points

2 views (last 30 days)
jack knipler
jack knipler on 25 May 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!