how to plot on axes2 of figure 2?
1 次查看(过去 30 天)
显示 更早的评论
i have 2 windows: MainForm and Results on the MainForm have button 1. on the Result have axes1 and axes2 how i can creat plot in axes2 when press button1?
i am try : x=1:1:20; y=x.^2; plot(handles.axes2,x,y);
but it dont work. (
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!