how to access path details of images displayed in subplots
1 view (last 30 days)
Show older comments
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..
0 Comments
Accepted Answer
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
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!