代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/427515/7095568
txt readme.txt
15 GAUSS Functions programmed in MATLAB 16/02/98
-------------------------------------------------------
Prepared by:
Dr Anne-Sophie Vanroyen
Research Fellow
FERC, City University Business
www.eeworm.com/read/152244/7139259
m set_my_path.m
%%%%%%%%%%%%%%% set_my_path.m %%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/464101/7169685
m m1.m
% Matlab M-file for Exercise 1 of text.
% It plots the Simulation results of the vco circuit
% in Fig. 2.4 of the text. Labels on the traces can be
% applied using Matlab gtext.
plot(yout(:,1
www.eeworm.com/read/463373/7182746
txt 新建 文本文档.txt
使用程序detsigularity.m调用多孔算法dyadicwaveletdecomp,可画出图形 (注:程序也许在MATLAB中编的。——杜)
www.eeworm.com/read/462042/7211859
txt 代码27-22.txt
warning('MATLAB:paramAmbiguous', ...
'Ambiguous parameter name, "%s".', param) % param为变量
www.eeworm.com/read/461152/7232520
txt readme.txt
The simulator GUI(图形使用者界面) is started with command 'ui_start' in Matlab command window.
WLAN(无线局域网) simulation starts by clicking the 'Start Simulation' button in the GUI window.
WLAN simulati
www.eeworm.com/read/460020/7258846
m example5_11.m
%MATLAB PROGRAM example5_11.m
%
A=[1 -2 2;3 -7 -5;-6 -11 4];
B=[1;0;1];
C=[2 1 1];D=0;
[num,den]=ss2tf(A,B,C,D)
www.eeworm.com/read/458493/7295812
m glnodewt.m
function [x,w] = GLNodeWt(n)
% GLNodeWt Nodes and weights for Gauss-Legendre quadrature of arbitrary order
% obtained by solving an eigenvalue problem
%
% Synopsis: [x,w] = GLNodeWt(n)
www.eeworm.com/read/458493/7295813
m glagnodewt.m
function [x,w] = GLagNodeWt(n)
% GLagNodeWt Nodes and weights for Gauss-Laguerre quadrature of arbitrary order
% by solving an eigenvalue problem
%
% Synopsis: [x,w] = GLagNodeWt(n)
www.eeworm.com/read/458488/7296188
m glnodewt.m
function [x,w] = GLNodeWt(n)
% GLNodeWt Nodes and weights for Gauss-Legendre quadrature of arbitrary order
% obtained by solving an eigenvalue problem
%
% Synopsis: [x,w] = GLNodeWt(n)