Insertion of a 'scatterplot' in a GUI
7 次查看(过去 30 天)
显示 更早的评论
Hello.
It's been a while since I don't use Matlab and I am developing a GUI which will display the behaviour of some modulations. I have an array of complex symbols, and I am using 'scatterplot' function to display them.
My GUI has two axes and the idea is to plot in one of them (axes1) the result of 'scatterplot'. But when I do this, it shows the result on a new different figure outside the GUI. Apparently I can only do what I want if the handle of the destination figure is already another scatterplot previously generated.
I thought about using simply 'scatter' instead of 'scatterplot', but I wanted to make sure if there is a possibility of using 'scatterplot' in the GUI or even another way to solve this problem.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!