Info
此问题已关闭。 请重新打开它进行编辑或回答。
Get more information than coordinates from plot
1 次查看(过去 30 天)
显示 更早的评论
I would like to get more information than the coordinates when I click on a point in a 2D plot. Right now I'm plotting several plots in one loop and I would like to get for starters the counter number when I click on a point
plot function look something like
for counter=1:5
plot(rand)
hold on
end
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!