How to overlay a log-plot on top of an image
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Knut
am 26 Mär. 2013
Kommentiert: Scott Webster
am 19 Feb. 2015
Here is the use-case: You have access to an image of a MATLAB semilogx() plot from a paper, a website or something similar. The original data are not easily available. You want to manually approximate the original vector. If one could overlay a local MATLAB semilogx() plot on top of the figure, that would make the tedious job slightly less tedious.
1 Kommentar
Scott Webster
am 19 Feb. 2015
If I'm understanding what you are trying to do correctly, you might want to considering using alternative tools to get at the data, several of which exist, e.g.
Akzeptierte Antwort
Knut
am 26 Mär. 2013
Bearbeitet: Knut
am 26 Mär. 2013
2 Kommentare
Stanley Kubrick
am 19 Feb. 2015
I've actually just resorted to taking screenshots and overlaying it manually like this:
Star Strider
am 19 Feb. 2015
@Stanley Kubrick — You should probably post that also as a Comment to your post Semilog plot with background image.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!