Plot data on top of an image

Say you downloaded a plot (as an image) from a journal publication. You can plot your results/data on the downloaded image using this script
180 Descargas
Actualizado 3 ene 2023

Ver licencia

Using this script, you can plot your data on top of an image. The diplay picture of this thread shows a sample output.
The script works even when the axes scaling is 'log'.
The script works only for 2D rectangular plots.
There are 5 steps in the script. The steps are very well commented. In case, you still need help, type your question in the discussion tab.

Citar como

Ravi Kumar Pallantla (2025). Plot data on top of an image (https://www.mathworks.com/matlabcentral/fileexchange/115950-plot-data-on-top-of-an-image), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

Minor changes in comments and renaming some of the variables. One change in the code :"wth = width_of_square - 1" changed to "wth = width_of_square".

1.0.1

Added display picture, that shows a sample output.

1.0.0