I'm designing a GUI to implement SOM algorithm in MATLAB, but i'd want the user to be able to input the "No of iterations", "Initial and Final Neighborhood size" and "Initial and Final Learning Rates"....i'm using the SOM toolbox, how do i use these inputs gotten from the user to achieve my goal......any help please...rmbr files from the som tool box are being used.

link|improve this question

62% accept rate
I don't understand. Is you question about how to design GUI, so user can input those values? Or how to pass those values to SOM algorithm? If former, look at the GUIDE documentation. If later, what do you want your program to do? What is your progress? – yuk Apr 20 '10 at 15:33
my question is about passing these values to the som algorithm.......my program is supposed to take these values from the "user" and comparison would be made based on different values that are input....."but my major problem has been how to pass it to the som algorithm" – Tim Apr 20 '10 at 15:37
What do you call "SOM algorithm"? Do you know which functions from the toolbox you want to use? What will be the pipeline? BTW several GUIs are implemented in SOM toolbox (som_gui.m, for example). Have you looked? – yuk Apr 20 '10 at 16:43
yh.....dere are several demos.....i'm using demo 4 for my som implementation.....i ve looked at som_gui.....but not much information dere about what i'm intending to do dere!!! – Tim Apr 20 '10 at 16:47
Do you know how to use GUIDE? You can find many great tutorials in Google: google.com/search?q=matlab+guide+tutorial Look how to create callback functions and pass user input. But this will be helpful if you know what you want to do with SOM. I still didn't get it. – yuk Apr 20 '10 at 18:38
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.