Error Message in uitable GUI
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a editable uitable in a GUI. How can I check the user input data, and if the values are negative, display an error message?
0 Kommentare
Antworten (1)
Adam
am 19 Mär. 2015
There's a CellEditCallback in which you can add whatever code you want in response to someone entering something in a cell of the table.
2 Kommentare
Adam
am 19 Mär. 2015
Isn't 'data' a cell array from a uitable? In which case you need to apply cell operations or convert to a numerical array if it is pure numbers
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!