代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/155041/11902198
readme
README
=======================================================================
Incremental and decremental support vector machine learning
Matlab code, data and demos
G. Cauwenberghs
gert@jhu.edu
====
www.eeworm.com/read/257806/11911573
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/154760/11929435
m screensizecheck.m
function screensizecheck(SZ)
%SCREENSIZECHECK Check the current screen resolution.
% SCREENSIZECHECK([width height]) compares the current screen
% resolution to the width and height given (in pix
www.eeworm.com/read/154760/11929457
m versioncheck.m
function MATLABVERSION = versioncheck(x)
%VERSIONCHECK Check the Matlab Version
% MATLABVERSION = VERSIONCHECK(x) compares the number x to the
% version of Matlab on which the function is running
www.eeworm.com/read/154760/11929522
m resizefcn.m
function newPos = resizefcn(oldPos,hFig,MATLABVER)
%RESIZEFCN Version dependent resize function.
% newPos = RESIZEFCN(oldPos,hFig,MATLABVER) provides the appropriate
% resizefcn callback for diffe
www.eeworm.com/read/257196/11944742
m samp3_1_1.m
%Samp3_1_1
clear all %将工作空间中的所有变量清除
N=256;dt=0.02; %数据的个数和采样间隔
n=0:N-1;t=n*dt; %序号序列和时间序列
x=sin(2*pi*t)+0.5*sin(2*pi*5*t); %信号加得到的合成信号
m=N;
www.eeworm.com/read/257010/11960291
m exa20.m
t0= 0; tfinal =5; % time interval
x0 = [1, 0]; % initial conditions
% [t,x] = ode23('pendulum', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960304
m exa19.m
t0= 0; tfinal =15; % time interval
x0 = [0.5, 0]; % initial conditions
% [t,x] = ode23('electsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960399
m cctime.m
% This function Simulates the swing equation of a one-machine system
% and returns the critical clearing time for stability.
%
% Copyrigth (C) 1998 H. Saadat
%
function cctime(Pm, E, V, X1, X2,
www.eeworm.com/read/257010/11960481
m dfpek.m
% State variable representation of the multimachine system
% during fault. (for use with trstab)
% Copyright (c) 1998 by H. Saadat
function xdot = dfpek(t,x)
global Pm f H E Y th ngg
Pe=zeros(