Info

This question is closed. Reopen it to edit or answer.

PROBLEM RELATED TO GUI IN MATLAB

2 views (last 30 days)
angel joseph
angel joseph on 24 Feb 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
I am doing project 'COUNTING RBCs and WBCS FROM BLOOD SAMPLE USING IMAGE PROCESSING'. I have completed my task upto counting. This count displays on figure window. I have created seperate GUI to display that count. But, i dont have any idea to display the count of RBCs from figure window to GUI's textbox.
Plz somebody, help me out.. Thanking you..

Answers (1)

Sean de Wolski
Sean de Wolski on 24 Feb 2012
set(hTextbox,'string',num2str(count));
where hTextbox is the handle to the text box and coutn is the count.
  5 Comments
angel joseph
angel joseph on 25 Feb 2012
thank you sir, i got your point. but i have to send this count from figure window to another GUI. How to make connection between figure window and GUI???
Walter Roberson
Walter Roberson on 25 Feb 2012
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!