reading textfile and displaying its contents in listbox

  • Follow


reading text file and displaying its contents in list box

hiii,
i want to create a GUI to read text file ( example.txt) which content 
1.jpg
2.jpg
3.bmp
etc....
it can be read by textread, now i want to display this text file content in list box.
0
Reply dhananjay 7/28/2010 8:47:05 AM

"dhananjay lamb" <dhanjay3@gmail.com> wrote in message <i2oqq9$nqc$1@fred.mathworks.com>...
> reading text file and displaying its contents in list box
> 
> hiii,
> i want to create a GUI to read text file ( example.txt) which content 
> 1.jpg
> 2.jpg
> 3.bmp
> etc....
> it can be read by textread, now i want to display this text file content in list box.

Hi

Matlab lets you create list boxes using uicontrol. 

help uicontrol

Read the help, write some code, run it, debug it, and let us know how you get on

Ross
0
Reply Ross 7/28/2010 9:11:04 AM


1 Replies
538 Views

(page loaded in 0.026 seconds)

Similiar Articles:













7/23/2012 7:59:23 PM


Reply: