How to delete data from GUI uitable with a push button?

2 ビュー (過去 30 日間)
Dang Khoa Pham
Dang Khoa Pham 2015 年 11 月 24 日
コメント済み: Dang Khoa Pham 2015 年 11 月 25 日
For more information, by using a push button, I want to delete an entire row of data in the uitable corresponding to any selected cell in that row. Can anybody help me out with this? Thank you in advance for all answers!!!

採用された回答

TastyPastry
TastyPastry 2015 年 11 月 24 日
Set a pushbutton callback to edit the data in a uitable. You'll need a way to access the handles of the figure your uitable is contained in. One way to do this is to pass the handles through the callback, or you can use the 'tag' property on your figure and use findobj() in the callback. I'd use guidata() to access and save your handles if you're using findobj().
  1 件のコメント
Dang Khoa Pham
Dang Khoa Pham 2015 年 11 月 25 日
Thank you TastyPastry!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by