代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/184067/9123803
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/281447/9155244
m resetr.m
function [] = resetr(seed);
if nargin==0
seed = 0
end
% resets the state of the random number generator matlab 5 style
randn('state',seed);
rand('state',seed);
www.eeworm.com/read/380070/9166748
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/379728/9180236
txt readme.txt
Description
------------
The toolbox contains several Matlab scripts, MEX source code in c++
and precompiled mex-files for Linux and Windows. See "contents.m" for
short description of the Matlab func
www.eeworm.com/read/182453/9203718
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/182453/9203745
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/182398/9205102
txt readme.txt
README file for Yashil's FCM Clustering MATLAB (Y_FCMC) Toolbox Ver. 1.0
------------------------------------------------------------------------
This MATLAB Toolbox contains M-files for the follo
www.eeworm.com/read/181987/9222669
c circle_f_mex.c
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:26:00 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ