Insertion of a 'scatterplot' in a GUI

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.

Answers (0)

Asked:

on 17 Oct 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!