gui model for filters

2 次查看(过去 30 天)
kumar s
kumar s 2014-4-8
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.......

回答(2 个)

Dishant Arora
Dishant Arora 2014-4-8
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 个评论
kumar s
kumar s 2014-4-8
编辑:Image Analyst 2014-4-8
i want to add 8 filters ....so should i take it 8 push buttons
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.......

请先登录,再进行评论。


kumar s
kumar s 2014-4-8
i want to add 8 filters ....so should i take it 8 push buttonns
  1 个评论
Dishant Arora
Dishant Arora 2014-4-8
Make use of pop-up-menu or listbox and use switch-case inside the callback. It'd be convenient and less complicated.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by