From: Ross on
"dhananjay lamb" <dhanjay3(a)gmail.com> wrote in message <i2oqq9$nqc$1(a)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