Interact with dynamically created components
3 次查看(过去 30 天)
显示 更早的评论
Upon clicking a button I created dynamically a set of tabs using a for loop in my app and made some plots and tables (with the same loop) on these tabs. I also managed to add a context menu and a menu to the uiaxes. I would like to add a callback to this menu but I am having a hard time figuring out how to do this.
The callback will be to get the value new click points from the individual plots on each tab as i use datacursormode and put the new values in their respective tables.
How would I go about this? Any pointers will be a huge lifesaver
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!