资源简介
matlab的串口通信程序,简单的测试发送和接受程序,测试正常
代码片段和文件信息
function varargout = untitled(varargin)
% UNtitleD M-file for untitled.fig
% UNtitleD by itself creates a new UNtitleD or raises the existing
% singleton*.
%
% H = UNtitleD returns the handle to a new UNtitleD or the handle to
% the existing singleton*.
%
% UNtitleD(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in UNtitleD.M with the given input arguments.
%
% UNtitleD(‘Property‘‘Value‘...) creates a new UNtitleD or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before untitled_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to untitled_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help untitled
% Last Modified by GUIDE v2.5 07-Sep-2013 13:47:05
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @untitled_OpeningFcn ...
‘gui_OutputFcn‘ @untitled_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before untitled is made visible.
function untitled_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to untitled (see VARARGIN)
% 初始化
set(handles.caiji‘UserData‘0);
setappdata(handles.save‘ApplicationData‘0);
% Choose default command line output for untitled
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes untitled wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = untitled_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% --- Executes on button press in on.
function on_Callback(hobject eventdata handles)
% hobject handle to on (s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9358 2013-09-07 15:54 matlab中GUI的串口调试程序\unti
文件 26200 2013-09-08 22:20 matlab中GUI的串口调试程序\unti
目录 0 2017-10-31 08:54 matlab中GUI的串口调试程序
----------- --------- ---------- ----- ----
35558 3
- 上一篇:MATLAB——E级随机路面谱文件
- 下一篇:预测控制matlab工具箱
相关资源
- 预测控制matlab工具箱
- MATLAB——E级随机路面谱文件
- 模式识别第四版matlab代码
- 802.11a链路仿真
- MATLAB fsolve求解非线性方程组源程序代
- penman计算潜在蒸散 matlab
- 基于matlab仿真的电池模型
- 用matlab实现的meanshift跟踪算法
- 机器学习_BP反向传播算法_MATLAB
- 16QAM数字通信系统——MATLAB代码
- 天线的波瓣图MATLAB仿真
- MATLAB仿真电偶极子的电场线与等势线
- 高光谱端元提取算法PPI,matlab编写。
- 压缩感知 贪婪追踪算法成功率的比较
- matlab实现牛顿迭代法求解N次非线性方
- 小波边缘检测matlab程序
- 图像的RGB空间转换到HSV空间
- 低通滤波器 MATLAB程序
- 基于K分布的雷达杂波MATLAB
- zernike矩的算法实现MATLAB
- 基于Matlab的IEEE14节点潮流计算.zip
- 房间温度PID控制时滞系统MATLAB/SIMUli
- 基于Matlab GUI的简易数字均衡器设计
- 多元线性回归Matlab代码
- 基于matlab的双闭环单相全桥逆变并网
- BPSK+AWGN1.zip
- canny算子边缘检测,与matlab自带函数效
- [Matlab]基于海浪谱的三维海浪模拟
- LSTM神经网络MATLAB
-
DPWM matlab simuli
nk 模型
评论
共有 条评论