代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/475765/6778082
m clmodal.m
function [M,Dlam]=clmodal(A)
% CALL: [M,Dlam]=clmodal(A) computes a modal matrix M and
% the matrix Dlam=(M^-1)*A*M
[M Dlam]=eig(A); % M is Modal matrix
% Dlam is diag
www.eeworm.com/read/475502/6790127
m printgui.m
function printgui(figname)
% PRINTGUI Screen Capture Print utility for ADSP TOOLBOX GUIS.
% PRINTGUI (with no arguments) prints to a printer.
% PRINTGUI(fileame) Prints to an eps file called filena
www.eeworm.com/read/475201/6793905
txt readme.txt
========================
System Requirements:
1) 1 MB of HD space available.
2) MATLAB version 5.3 (or higher) installed.
========================
Installation:
1) Create a new MATLAB to
www.eeworm.com/read/475201/6793924
m sn2sg.m
% MATLAB function sn2sg.m deals with mismatching
% effects at the Q terminals of a multi-port network.
% Function sn2sg.m needs as its inputs the
% normalizing impedance matrix Z0 (denoted Z0,
% d
www.eeworm.com/read/474586/6813154
svn-base std.sci.svn-base
function y = std(x,a)
// std - for matlab compatibility
if argn(2)==1
y = stdev(x);
else
y = stdev(x,a);
end
endfunction
www.eeworm.com/read/474586/6813176
sci std.sci
function y = std(x,a)
// std - for matlab compatibility
if argn(2)==1
y = stdev(x);
else
y = stdev(x,a);
end
endfunction
www.eeworm.com/read/473505/6845087
m ex22.m
%《<mark>MATLAB</mark>及其在理工课程中的应用指南》第二章第二节演示程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
echo off
pause,disp('矩阵中每一个元素取同样的显示格式')
pause,disp('矩阵中元素都很大或很小时,自动取出10的幂次公因子。')
pause,disp('矩阵中元素量级差很大时,小数将显示为0. ...
www.eeworm.com/read/473505/6845113
m ex514.m
%《MATLAB及其在理工课程中的应用指南》第五章例5-1-4程序
% 曲线族的绘制
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
x=-2:0.1:2; % 给定x数组,确定范围及取点密度
subplot(1,2,1) % 分两个画面绘图
for c=-3:3 plot(x,x.^3+c*x),hold on, en
www.eeworm.com/read/473505/6845144
m ex733.m
%《MATLAB及其在理工课程中的应用指南》(第二版)第七章例7-3-3程序
% 二自由度无阻尼振动的传统建模和解耦求解程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
m1=1; m2=9; k1 = 4; k2=2; % 输入各原始参数
x0 = [1;0]; xd0 = [0;-1]; tf= 20;
M = [m1,0
www.eeworm.com/read/471460/6894079
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(