代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/183070/9179536
m dd1m.m
function [xhat_data,Smat]=dd1m(kalmfilex,kalmfiley,xbar,P0,q,r,...
u,y,timeidx,optpar)
% DD1M
% This function performs a DD1-filtering; a state estimation for nonlinear
% sys
www.eeworm.com/read/181987/9222764
m my_yprime_m.m
function yp = yprime(t,y)
% Differential equation system for restricted three body problem.
% Think of a small third body in orbit about the earth and moon.
% The coordinate system moves with the e
www.eeworm.com/read/377948/9256212
m nnd12m.m
function nnd12m(cmd,arg1)
%NND12M Marquardt backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=============================
www.eeworm.com/read/377868/9260308
m m5cg.m
clear all;
format long; %修改默认数据类型
tic; %开始计时
n=1000; %矩阵规模
e=0.0000001; %精度
A=hilb(n); %生成系数矩阵
K=cond(A); %条件数
M=triu(A,-1);
M=tril(M,1);
x=ones(n,1); %生成精确解
b=A*x; %生成精确解对应的b
www.eeworm.com/read/376923/9300508
m xiaospectra30m.m
function [] = XiaoSpectra30M(Arr1,Arr2);
%---------------------------------------------------------------------
% You should input two array ,they must have the same length ,if not ,
% there will
www.eeworm.com/read/178406/9399918
m modeplot.1m.m
function modeplot1(FILE,arg1,arg2)
% [phi,lambda,fb]=modeplot1(FILE,W1,W2,N,P5)
%
%
% INPUTS:
% FILE: input file, can be template.m (Script) or template.mtx (*.mat)
% W: speed of rotatio
www.eeworm.com/read/178406/9399977
m tmecha1m.m
% TMtestRot.m : Model of Turbomeca Test Rotor.
% Note: Some parts simplified further from the Turbomeca model.
%
% By A.Hallas July 1999
% All details provided by F. Batlle at Tur
www.eeworm.com/read/178064/9420711
m als2004m.m
function varargout = als2004m(varargin)
% ALS2004M M-file for als2004m.fig
%
% ALS2004M
%
% Last Modified by GUIDE v2.5 26-Jul-2004 15:36:49
% Begin initialization code - DO NOT EDIT
www.eeworm.com/read/177871/9429736
m m2low.m
clf;
[z,p,k]=cheb2ap(8,25)
[b,a]=zp2tf(z,p,k)
[h,w]=freqs(b,a,n)
magh2=(abs(h)).^2
plot(w,(magh2))
xlabel('Frequency, Hz');ylabel('Gain, dB')
title('Gain Response of Chebyshev I Low-pass Filter