gui model for filters
Mostrar comentarios más antiguos
i have designed many filters.there in the functions format...i wanted to design one GUI model for it.on calling individual filter it should show original image,,noisy image,,reconstructed image...how i go with tat. where to add those main files and which button to use for it..........whole code is ready now..but got stuck in callback function........please can u help me out.......
Respuestas (2)
Dishant Arora
el 8 de Abr. de 2014
0 votos
Make use of push buttons, add axes to your gui and call your function in the pushbutton callbacks. See this basic GUI Building Tutorial to start with and ask back if you face any issues.
1 comentario
kumar s
el 8 de Abr. de 2014
Editada: Image Analyst
el 8 de Abr. de 2014
kumar s
el 8 de Abr. de 2014
0 votos
1 comentario
Dishant Arora
el 8 de Abr. de 2014
Make use of pop-up-menu or listbox and use switch-case inside the callback. It'd be convenient and less complicated.
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!