基于matlab的肌电信号处理程序.pdfVIP

  • 117
  • 0
  • 约2.04万字
  • 约 27页
  • 2021-06-20 发布于湖南
  • 举报
基于 matlab 的肌电信号处理程序: function varargout = untitled(varargin) % UNTITLED M- untitled.fig % UNTITLED, by itself, creates a new UNTITLED or raises the existing % singleton*. % % H = UNTITLEDreturns the handle to a new UNTITLEDor the handle to % the existing singleton*. % % UNTITLED(CALLBACK,hObject,eventData,handles,...) 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 1 / 27 下载文档可编辑 % unrecognized property name or invalid value makes property application % stop. All inputs are passed to untitled_OpeningFcn via varargin. % % *See GUI Options on GUIDEs 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 08-Nov-2014 12:45:18 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct(gui_Name, m, ... gui_Singleton, gui_Singleton, ... gui_OpeningFcn, @untitled_OpeningFcn, ... gui_OutputFcn, @untitled_OutputFcn, ... gui_LayoutFcn, [] , ... gui_Callback, []); 2 / 27 下载文档可编辑 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)

文档评论(0)

1亿VIP精品文档

相关文档