|
In article <fs01r8$rbu$1@fred.mathworks.com>,
Vihang Patil <vihang_patil@yahoo.com> wrote:
>Suppose I make an compiled application called name.exe and
>its a GUI with only one text box where the name of the
>person which will be sent as the parameter will be
>displayed.
>ex:
>name vihang
>Now the gui screen pops up and I see vihang displayed
>there.
>Now I want the "same gui" to display makarand when I enter
>name makarand
>It is very essential that only one gui is opened and that
>only keeps on updating the names and through command line
>interface only
I think you can use the input() function to read data from
the command line in a compiled matlab program (but I'm not certain.)
--
"The whole history of civilization is strewn with creeds and
institutions which were invaluable at first, and deadly
afterwards." -- Walter Bagehot
|