Answer the question
In order to leave comments, you need to log in
Text field in gui on matlab?
There is a gui in Matlab (App designer), in the gui there is a text field (text area) with the name app.text_result, data is stored in it, what function can be written to the reset button so that all the contents of the text field are cleared after pressing this button?
Tried: delete(app.text_result.Value);
delete(findobj(app.text_result,'type','text')).
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question