필터 지우기
필터 지우기

Adding variable window matrix to GUI.

조회 수: 3 (최근 30일)
Aristarchos Mavridis
Aristarchos Mavridis 2022년 4월 11일
댓글: Aristarchos Mavridis 2022년 4월 11일
I am routinely using a number of scripts I wrote for some data analysis, but I would like to incorporate them in a tidy gui so other people from my group can use them with ease as well.
Part of the process involves deleting some unwanted data points. To do that, I open the data variable window, and I use a linked surf plot as a guide, to see which areas I have to delete (see example below).
My question is: Would it be possible to view these two windows in a single GUI, and have the surf plot still respond to the changes in the variable window?
P.S. : Would be lovely if I could use the surf plot, or a contour plot, to select and delete the data directly from it, but I could not find any way to do that, so any answers on this would be very helpful as well!
  댓글 수: 2
Rik
Rik 2022년 4월 11일
Probably not directly, but you coul use a uitable. The callback function could then modify the underlying data of the surface object.
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
Aristarchos Mavridis
Aristarchos Mavridis 2022년 4월 11일
I was not aware of uitable. Thank you for the suggestion Rik!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by