资源简介
类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法
代码片段和文件信息
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的方块消除游戏
- 下一篇:运筹学运输问题存储论
相关资源
- 多种K-means聚类算法或改进算法包,
- 三维流体+vof方法捕捉自由面
- 蓝牙的射频指标及检测方法.pdf
- Perl中使用Win32_OLE模块读写Excel的方法
- 最新汽车之家车型数据以及抓取方法
- Arduino 步进电机接线方法含有代码
- 在CAD中实现等高线自动内插的一种方
- -Lyapunov指数的计算方法.doc
- UBOOTloadb命令加载应用程序到SDRAM中运
- 基于模糊c聚类的图像分割
- .class文件反编译插件jad及安装方法
- SPC过程控制方法
- 4*4矩阵键盘(方法1) STM32F103
- 1.任意输入一个数,用两种方法判断该
- 关于肾炎诊断方法的研究
- ADMEMS方法推荐文档模板
- USB-SC09-FX三菱编线与8针圆口接线方法
- 数值计算方法上机实验报告完全版亲
- 改进的欧拉方法和四阶-龙格库塔解初
- SAR图像变化检测方法,包括了对数比
- Qt Creator应用程序发布及修改应用程序
- VC中GDI方法在Picture控件中显示PNG、b
- 基于12864液晶模块的动态波形显示实现
- ADAMS 3D路面构造新方法
- 基于视觉显著性和视觉信息处理模型
- 遥感图像分类方法综述
- 基于DOM-TREE网页正文提取方法
- 计算机视觉:一种现代方法课后习题
- 模糊聚类算法
- CRUISE集成ISIGHT的方法
评论
共有 条评论