资源简介
类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法

代码片段和文件信息
function varargout = cyb(varargin)
%CYB M-file for cyb.fig
% CYB by itself creates a new CYB or raises the existing
% singleton*.
%
% H = CYB returns the handle to a new CYB or the handle to
% the existing singleton*.
%
% CYB(‘Property‘‘Value‘...) creates a new CYB using the
% given property value pairs. Unrecognized properties are passed via
% varargin to cyb_OpeningFcn. This calling syntax produces a
% warning when there is an existing singleton*.
%
% CYB(‘CALLBACK‘) and CYB(‘CALLBACK‘hobject...) call the
% local function named CALLBACK in CYB.M with the given input
% arguments.
%
% *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 cyb
% Last Modified by GUIDE v2.5 26-May-2009 19:23:08
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @cyb_OpeningFcn ...
‘gui_OutputFcn‘ @cyb_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 cyb is made visible.
function cyb_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 unrecognized PropertyName/PropertyValue pairs from the
% command line (see VARARGIN)
% Choose default command line output for cyb
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes cyb wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = cyb_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 during object creation after setting all properties.
function edit1_CreateFcn(hobject eventdata handles)
% hobject handle to edit1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% --- Executes on button press in pushbutton1.
f
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 701 2009-05-22 01:05 dis2.m
文件 1008 2009-05-22 01:04 dis3.m
文件 6332 2009-05-10 21:01 leipingjun.m
文件 4322 2009-06-09 16:46 cyb.fig
文件 6563 2009-05-26 21:48 cyb.m
文件 699 2009-05-22 01:04 dis1.m
----------- --------- ---------- ----- ----
19625 6
- 上一篇:基于QT的方块消除游戏
- 下一篇:运筹学运输问题存储论
相关资源
- 电信中兴光猫超密获取工具使用方法
- 升腾Win终端系统升级方法新版.doc
- DSP28335程序片内FLASH搬运至RAM运行的
- 光立方制作(原理图 源程序 LED搭接方
- HP笔记本BIOS丢失解决方法,DMI TOOLK
- 马尔科夫 蒙特卡罗方法.rar 中文版
- linux下用多进程同步方法解决生产者
- 基于AT89C51的数据采集系统设计新方法
- 核主成分分析方法——特征提取,去
- 计算方法上机程序——拉格朗日插值
- DSP与PC通讯的几种方法
- 软件方法测试RTX时钟
- 数值分析 计算方法 牛顿插值 拉格朗
- Iris数据集分类,查看几种分类方法的
- 中文转化unicoder码的方法
- 关于角点检测算法HarrisForstner经典算子
- 包络方法实现am调制
- verilog 实现任意分频方法
- 计算方法上机程序之龙贝格求积公式
- 解决WPE进不了游戏的最佳方法(闭屏
- win2003 sp2 拒绝访问 解决方法
- 解决在Windows XP SP2下不能显示验证码的
- OFDM 系统PAPR减小的三种经典方法
- FANUC各硬件连接规格,型号,和连接方
- 工控机主板不亮原因及解决方法
- Win7下安装Tornado2.2vxWorks5.5的方法
- 用频谱仪测量相位噪声的方法
- 岩体崩塌的早期预警方法与试验验证
- Pareto-Beta跳扩散期权定价模型的校正
- radmin服务端win10亲测可用,带破解方法
评论
共有 条评论