フィルターのクリア

only change part of GUI table

1 回表示 (過去 30 日間)
Sandy
Sandy 2015 年 2 月 16 日
Hi
Say I have a 1400x10 matrix and have already written it into a GUI table. Now, I would like to change an entire row. The method I am using right now is
M(i,:) = newrow;
set(handles.uitable_excel, 'data', M);
In this method, I have to rewrite the whole matrix into a GUI table again and it is kind of slow. Is there another simple way to do it? Thank you very much!

回答 (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