- https://in.mathworks.com/help/matlab/ref/uifigure.html#namevaluepairarguments
- https://in.mathworks.com/help/matlab/ref/uitable.html
Importing excel: Popup menu
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I have imported an excel file into my gui.
I wanted to display each column heading names (Entire row names) in my gui popup menu.
Help me on this topic !!!!
Thanks...
댓글 수: 0
답변 (1개)
Aman
2024년 9월 23일
Hi Vignesh,
As per my understanding, you want to show the imported table's column name in a pop-up box and are having a hard time with it.
In order to create a pop-up box, you can use the "uifigure" function with 'WindowStyle' set to'modal', and then you can use "uitable" to create a table to display the column name. You can refer to the below two links to learn more about "uifigure" and "uitable," respectively.
I hope this will help you to proceed ahead with your workflow.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!