필터 지우기
필터 지우기

Open a jpg picture for each data point by clicking on the plot

조회 수: 1 (최근 30일)
H R
H R 2018년 12월 21일
답변: Walter Roberson 2018년 12월 21일
Hi there.
I have a simple 2D data set (x,y). Each point (xi,yi,i) (i=0,..n) corresponds to a JPG picture. The JPG names are (0.jpg, 1.jpg,...).
I would like to be able to open the corresponding JPG image, when I click on the 2D plot (i.e. the closest data point to the place I am clicking). How can I do that?
Thank you.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 12월 21일
ginput() to get x and y coordinates . round or ceil to get integers and cross check that they are within range. use them to index into an array of image file numbers . sprintf to get a file name . read the corresponding file and display it in the appropriate place .
Just remember that x coordinates correspond to horizontal distance not to vertical distance .

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by