代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/154435/11960582
dat bookinfo.dat
[General Information]
书名=掌握MATLAB 6.0及其工程应用
作者=
页数=421
SS号=10459138
出版日期=
www.eeworm.com/read/257010/11960744
m afpek.m
% State variable representation of the multimachine system
% after fault. (for use with trstab)
%
% Copyright (C) 1998 H. Saadat
function xdot = afpek(t,x)
global Pm f H E Y th ngg
Pe=zeros
www.eeworm.com/read/257010/11960884
m exa18.m
t0= 0; tfinal = 3; % time interval
x0 = [0, 0]; % initial conditions
% [t,x] = ode23('mechsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257009/11961116
occ p61.occ
% This is the open-circuit characteristic shown
% in Figure P6-1. The first column is the field
% current in amps, and the second column is the
% open-circuit terminal voltage in volts. To use
www.eeworm.com/read/154399/11963661
m myditfft.m
function y=myditfft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用MATLAB语言编写的基2 DIT FFT子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序
www.eeworm.com/read/256531/11990514
m koch.m
function k=koch(x1,y1,x2,y2)
% d为迭代终止的条件
d=0.5;
if (x2-x1)^2+(y2-y1)^2
www.eeworm.com/read/342210/12035149
m finish.m
button = questdlg('Ready to quit?', ...
'Exit Dialog','Yes','No','No');
switch button
case 'Yes',
disp('Exiting MATLAB');
%Save variables to matlab.mat
save
www.eeworm.com/read/153358/12038997
m myditfft.m
function y=myditfft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用MATLAB语言编写的基2 DIT FFT子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序