In uitable, input data direct display
2 ビュー (過去 30 日間)
古いコメントを表示
In uitable GUI, number input for direct display
example mlapp code give me?

0 件のコメント
回答 (1 件)
Rahul
2025 年 4 月 15 日
The following MATLAB Answer can be referred to understand how to add data and make the 'uitable' editable: https://www.mathworks.com/matlabcentral/answers/421656-how-can-i-make-a-table-editable-in-app-designer-to-use-the-resulting-data-matrix
Further, you can add 'CellEdit' callback to the 'uitable' component. inside this callback you can assign the 'Value' of the Numeric Edit Field to the 'event.newdata'.
The following MATLAB Answer might be useful: https://www.mathworks.com/matlabcentral/answers/1773550-uitable-individual-cell-editing-in-app-designer
The following MathWorks documentations can be referred to know more:
'uieditfield': https://www.mathworks.com/help/matlab/ref/uieditfield.html
Thanks.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!