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
|
|