How to read data/number from dynamically added text boxes by 'for' loop using GUI ?
显示 更早的评论
I have created a GUI which dynamically (during the run time) adds text boxes on the interface as per the requirement of the user by using 'for' loop. Now, I am interested in writing the values (user entered) from the dynamically added text boxes to Excel sheet by using 'for' loop. Problem that I am facing is that I am not able to retrieve the data from dynamically added text boxes by using loop..as they don't have tag names to refer. What shall I do to retrieve the data from dynamically added text boxes?
Thanks in Advance.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import and Export 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!