how to access path details of images displayed in subplots
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2014-4-12
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!