Plot data on top of an image

버전 1.0.2 (2.58 KB) 작성자: Ravi Kumar Pallantla
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
다운로드 수: 201
업데이트 날짜: 2023/1/3

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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