毕业论文外文翻译格式-毕业论文.doc
文本预览下载声明
毕业设计(论文)外文翻译资料学 院: 理学院年级、专业: 2013级、信息与计算科学学 生: 学 号: 3120130902209指导教师: 完成日期: 2017年 5 月 10 日论文定稿装订说明:封面彩打,正文采用单面打印,A4大小装订。 Matlab graphical interface design Make a Matlab GUI graphical user interface design of the general steps: first, the program function description; second, program interface design; third, program code design; fourth, the program test run In the GUI design should pay attention to must advance the budget button number of static layout button on the panel. The more important point is that if the property placed a button and the button of an operation, then the button traces will always remain in the panel, the the button to delete, and then re built a button, and the attribute value is set and a button that doesnt guarantee will be as like as two peas, a button cover, running in the process it will only identify a button in the program (already delete button), remove a button was caused by the program in the operation of the error or is that you dont get the expected In order to avoid this, the setting of any button attribute should not be the same as the properties of the already deleted button when you designCommon attributes of controls: After you create the control, you set the various attribute values for the control, and most control sets the following property values: (1) string property: a string used to display a control, indicating or prompting the action (2) the callback property: the callback function, the same as the menu (3) enable property: indicates whether the control is valid, on means valid, and off means invalid (4) tooltipstring property: when the mouse is placed on the control, display prompt information, as a string (5) font attributes: including fontname, fontsize and so on (6) the Tag property: the tag of the control used to identify the control (7) the value of Units can be pixels (default), normalized (relative uni
显示全部