Insertion of a 'scatterplot' in a GUI
7 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!