필터 지우기
필터 지우기

How to add new buttons and call backs to a gui

조회 수: 2 (최근 30일)
Curious Mind
Curious Mind 2017년 9월 21일
댓글: Adam 2017년 9월 21일
Hi all: I have a matlab GUI for performing Principal Component Analysis (PCA). Sometimes it is necessary to remove an outlier from the dataset. The GUI was originally designed such that when you insert the outliers IDs, (eg 45), it will delete that sample 45, however, if sample 45 does not exist, there will be a prompt saying 'sample 45 does not exist'. I want to modify this GUI such that when the GUI identifies that sample 45 does not exist in the original data file, there will be a button telling me 'delete?' How do I go about adding the delete button and its callback to the existing matlab code (GUI). Any code ideas?
Thank you. Sorry for the long explanation
  댓글 수: 1
Adam
Adam 2017년 9월 21일
doc uicontrol
Just give it a parent, a position and a callback.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by