Modify data directly from the graph with GUI
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everyone. The principal goal of my GUI is to plot 3 surfaces which all have the same axis (speed, frequency and dB), but coming from different sources. I have a 4th plot which is the sum of those 3. Up to there: everything works.
What I would like to do is: when the surfaces are created and displayed, being able to drag and hence change a point of one of the surface and see the influence on the 4th plot.
I have tried to look around but could not find solution to my problem. I was thinking of using the data cursor to read the point willing to be changed. Then maybe create a new point and use this last one to replace the one indicated on the little tip box. My problem is that I have no idea what to use to transfer the data from my figure interface to the actual code.
Any one has an idea?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!