Explained: Edit Text Box GUI [MATLAB]

preview_player
Показать описание
Edit text boxes can be used to input numbers or strings in your GUI. This video explains how create an edit text box and retrieve both string data and double data from it.
Рекомендации по теме
Комментарии
Автор

Rich in content, short and useful tutorial!

MultiToblo
Автор

Hello this video was very helpful and had a question about if instead you had multiple text boxes and a singular "Enter" button. When I do this only one of the editable text boxes gets saved to the array. How would you save multiple text boxes to one area. Thanks!

tessaaus
Автор

Hi thank you for your tutorial. I have an integer variable "i" which is changing continuously inside the while loop. like

while(i<1000)
i=i+1;
disp(i);
end

now this one showing the value in command window. But I want to show this in my GUI.Can you please tell me how can I do this? it will be helpful :)

awjoycuet
Автор

is it possible to make an output as matrix with matrix as input?

sureyoucan
Автор

how to insert the annotation text box in my axes, in differente position

zarrouksaid
Автор

Show all add values in another edit text box in matlab GUI

mdiqbal