Borrar filtros
Borrar filtros

Input into a edit text box from a file ..

2 visualizaciones (últimos 30 días)
Farjana Yeasmin
Farjana Yeasmin el 1 de Dic. de 2014
Respondida: dpb el 1 de Dic. de 2014
I want to load the text in a file into a edit text box , by pressing a push button how can I do that ... plz help

Respuestas (1)

dpb
dpb el 1 de Dic. de 2014
Read the file with impordata, textscan or whatever is appropriate depending on the file structure then set the 'String' property of the textbox to that text.
help iofun % get started w/ possible i/o functions
doc uicontrol % for controls

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by