代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/410924/11265016
m plot_process.m
function plot_process(mu)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% No outputs
h = findobj('UserData','mu');
if (~isempty(h)),
delete(h
www.eeworm.com/read/410608/11274836
cls balk.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/263805/11341489
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/407047/11430802
m dispcpichcoverage.m
%DISPCPICHCOVERAGE DISPCPICHCOVERAGE displays the CPICH coverage
%
%Inputs:
%Outputs:
%
%Authors: Achim Wacker (AWa), Kai Heikkinen (KHeik)
%
%Revision: 5.0.0cd Date: 17-Jul-2001
%
%neede
www.eeworm.com/read/406594/11439378
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/404751/11479108
m fazrov_auton1.m
function [sys,x0,str,ts] = fazrov_auton1(t,x,u,flag,skt,x10)
% NelinSys - a program tool for analysis and synthesis of nonlinear control systems
% based on MATLAB/Simulink 5.2
%
% (C)
www.eeworm.com/read/404751/11479231
m fazrov_typ1.m
function [sys,x0,str,ts] = fazrov_typ1(t,x,u,flag,num,den,w,nelintyp,nelinpar,x10)
% NelinSys - a program tool for analysis and synthesis of nonlinear control systems
% based on MATLAB/
www.eeworm.com/read/402286/11539133
m mmsetf.m
function C=mmsetf(H,S)
%MMSETF Choose Font Characteristics Interactively.
% MMSETF displays a dialog box for the user to select
% font characteristics.
%
% X = MMSETF returns the handle of the text ob
www.eeworm.com/read/400634/11571346
cpp storage.cpp
// storage.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "storage.h"
#include "MainFrm.h"
#include "storageSet.h"
#include "storageDoc.h"
#include "
www.eeworm.com/read/259886/11759850
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
% NND10LC Linear pattern classification demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% First Versio