how to make the edit box will change the popup menu and run specific process
조회 수: 1 (최근 30일)
이전 댓글 표시
currenty, i have a gui with a popup menu bar where when i choose one from the popup menu, it will run a process for image processing. so, right now i want to use edit box in gui as i type from the edit box, it will choose the right selection from popup menu and run the process. how am i going to do that? thank you for your help
댓글 수: 0
채택된 답변
lokender Rawat
2018년 5월 14일
편집: lokender Rawat
2018년 5월 14일
You can use the Editable state of the drop-down component using the following command:
dropDownObject.Editable='on';
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!