代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/312163/13617546
m demo_emgmm.m
function demo_emgmm(action,hfigure,varargin)
% DEMO_EMGMM Demo on Expectation-Maximization (EM) algorithm.
%
% Synopsis:
% demo_emgmm
%
% Description:
% This demo shows the Expectation-Maximization
www.eeworm.com/read/310449/13650879
txt key.txt
$SessionID 0 INT
$CalledID 1 SR
$CallerID 2 SR
$CallID1 3 INT
$CallID2 4 INT
$Device1 5 INT
$Device2 6 INT
$Device3
www.eeworm.com/read/310449/13650884
txt key.txt
$SessionID 0 INT
$CalledID 1 SR
$CallerID 2 SR
$CallID1 3 INT
$CallID2 4 INT
$Device1 5 INT
$Device2 6 INT
$Device3 7 INT
$FlowType 8 INT
$
www.eeworm.com/read/310212/13654575
m overlay.m
function overlay(ax,s)
%OVERLAY Overlay method for fdax object
% Inputs:
% ax - fdax object; .overlay may be 'on' or 'off'
% s - spectrum structure - if empty, removes spectrum from axes
www.eeworm.com/read/310212/13654576
m delete.m
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');
www.eeworm.com/read/310212/13654580
m get.m
function ans = get(obj,prop)
%GET Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/310212/13654581
m fdax.m
function obj = fdax(varargin)
%FDAX Constructor for filtdes axes object
% Syntax:
% obj = fdax('prop1',val1,'prop2',val2,...) creates a new object
% obj = fdax(objstruct) where objstruct i
www.eeworm.com/read/310212/13654582
m set.m
function set(obj,varargin)
%SET Method for FD ax object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(ob
www.eeworm.com/read/310212/13654589
m get.m
function ans = get(obj,prop)
%GET Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/310212/13654590
m set.m
function set(obj,varargin)
%SET Method for FD line object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(