Insertion of a 'scatterplot' in a GUI

7 visualizaciones (últimos 30 días)
Pacullo
Pacullo el 17 de Oct. de 2017
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.

Respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by