教学单位 学生学号 本科毕业论文(设计) 题 目 基于 MA TLAB GUI 控制系统界面设计 学生姓名 专业名称 指导老师 基于 MATLAB GUI控制系统界面设计 摘要:MATLAB 语言是一个十分有效工具,能轻易地处理在系统仿真及控制系统设计领域教学与讨论中碰到问题,它能够将使用者从频繁底层编程中解放出来,把有限宝贵时间更多地华仔处理科学问题上。 MATLABA GUI 是MATLAB 人际交互界面。因为 GUI 本身提供了 windows 基本控件支持,而且具备良好时间驱动机制,同时提供了 MATLAB 数学库接口,所以 GUI 对于控制系统仿真平台设计显得十分适宜。GUI 对于每个用户窗口生成.fig 和.m 文件。前者负责界面设计信息,后者负责后台代码设计。 本文界面设计主要基于 MATLAB GUI 平台,结合控制系统基础理论和MATLAB 控制系统工具箱,实现了用于控制系统界面设计。主要包含:进行常规控制步骤(比如PID)图形界面设计,能够在已知传输函数情况下,输出惯用响应曲线。 关键词:控制系统;MATLAB GUI ;计算机设计 Control system based on MATLAB GUI interface design Abstract: MATLAB language is a very effective tool,and can be easily resolved in the system simulation and control system of teaching in the field of computer-aided design and research problems,it could be the bottom of the user from tedious programming liberate the limted spend more valuable time to solve scientific problems. The MATLAB GUI is the interative interface.As the GUI itself provides the basic control windows support,and has a good mechanism for event-driven,while providing the MATLAB Math Library interface,the GUI for control system simulation platform for the design of it is suitable. GUI window generated for each user.Fig and .M file. The former is responsible for the design of the interface information,which is responsible for the design of the background code. Research done in this article is mainly based on MATLAB GUI platform,the basis of combination of control syetem theory and MATLAB Cont...