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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!