• 大小: 9KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: 其他
  • 标签: 类平均  聚类  方法  

资源简介

类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法 类平均聚类方法

资源截图

代码片段和文件信息

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


评论

共有 条评论