how to access path details of images displayed in subplots

1 view (last 30 days)
hi, i am new to matlab, i am trying to build a image based database project, where i have a folder named database have many images around 40, out of which the every user must make a sequence of 4 selection during registration and store the path in some variables,and display the image in sequence as user selected in separate figure for user reference....... I have created a database table which store text datatype, so now i need to have 4 path files to reach the user selected images....
currently i have displayed the images on screen but finding hard to get the user inputs....
please help me to get the path to reach particular selection of user.... or give a alternative solution to the problem.... thanks in advance..

Accepted Answer

Walter Roberson
Walter Roberson on 12 Apr 2014
set the Userdata property of the subplot axes to hold the information. Then when the user interacts with one of the subplot objects, user ancestor() with the 'axes' request to find the axes from the object, then get() the Userdata property to get the path.
  2 Comments
Rakesh
Rakesh on 12 Apr 2014
Edited: Rakesh on 12 Apr 2014
thanks for the answer sir.... does the userdata property hold the file information automatically for the images displayed in the subplots or do i need to set the information manually....
Rakesh
Rakesh on 12 Apr 2014
if you don't mind,can i have a small example or link to an example to see how to do it sir please...

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!