Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

subplotting image with points

2 visualizzazioni (ultimi 30 giorni)
jack knipler
jack knipler il 25 Mag 2016
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by