文件名称:GUI_5
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- techspa********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
function [] = GUI_5()
Demonstrate how to use a pushbutton to delete bits of string and how to
let the user know that their actions are futile. After the string is
deleted completely, the user is informed that there is nothing left to
delete if the delete button is pressed again. A color change accompanies
this announcement.
Suggested exercise: Add a counter to S that starts incrementing when the
warning is given. If the user clicks again, close the GUI.
button is pushed, each line of text from the editbox is placed as an
entry into the listbox. Notice the difference between how a wrapped line
is treated and a returned line is treated in the lisbox.-function [] = GUI_5()
Demonstrate how to use a pushbutton to delete bits of string and how to
let the user know that their actions are futile. After the string is
deleted completely, the user is informed that there is nothing left to
delete if the delete button is pressed again. A color change accompanies
this announcement.
Suggested exercise: Add a counter to S that starts incrementing when the
warning is given. If the user clicks again, close the GUI.
button is pushed, each line of text from the editbox is placed as an
entry into the listbox. Notice the difference between how a wrapped line
is treated and a returned line is treated in the lisbox.
Demonstrate how to use a pushbutton to delete bits of string and how to
let the user know that their actions are futile. After the string is
deleted completely, the user is informed that there is nothing left to
delete if the delete button is pressed again. A color change accompanies
this announcement.
Suggested exercise: Add a counter to S that starts incrementing when the
warning is given. If the user clicks again, close the GUI.
button is pushed, each line of text from the editbox is placed as an
entry into the listbox. Notice the difference between how a wrapped line
is treated and a returned line is treated in the lisbox.-function [] = GUI_5()
Demonstrate how to use a pushbutton to delete bits of string and how to
let the user know that their actions are futile. After the string is
deleted completely, the user is informed that there is nothing left to
delete if the delete button is pressed again. A color change accompanies
this announcement.
Suggested exercise: Add a counter to S that starts incrementing when the
warning is given. If the user clicks again, close the GUI.
button is pushed, each line of text from the editbox is placed as an
entry into the listbox. Notice the difference between how a wrapped line
is treated and a returned line is treated in the lisbox.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GUI_5.m