creating a gui (recommender system)in matlab

i want to create gui which show 30 images,then user select 10 from these images.how this system keeps track of these images that user selected. i have to use these selected images further for recommendation of images to other users. please help me, if anybody ever worked on recommendation system.

Antworten (1)

Walter Roberson
Walter Roberson am 13 Okt. 2015

0 Stimmen

Create a ButtonDownFcn callback for each image. It could be the same callback applied to all of the images. You can store some kind of image identifier in the UserData property of the individual image objects and the callback can retrieve it and add it to the list that is being built up.

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 13 Okt. 2015

Beantwortet:

am 13 Okt. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by