代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/490544/6447331
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/490544/6447345
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/490636/6450328
dat bookinfo.dat
[General Information]
书名=小波变换及其MATLAB工具的应用
作者=
页数=156
SS号=10505158
出版日期=
www.eeworm.com/read/490082/6458162
m sinecomp.m
function sinecomp(n)
%sinecomp(n) where n is the number of terms used in 'mysine'
%this m-file tests the difference between the function [x]=mysine(theta,n)
%and the built-in MATLAB function [x]=si
www.eeworm.com/read/489785/6469745
dat bookinfo.dat
[General Information]
书名=智能控制及其MATLAB实现
作者=
页数=380
SS号=0
出版日期=
Vss号=76090506
www.eeworm.com/read/489042/6481907
m bigtwolay_nn1.m
%两层大型神经网络
clc;clear;n=60;
x=ones(n,n)/4;
A=imread('C:\Program Files\MATLAB71\work\OO1.bmp');
W1=double(A);W2=double(A);
for i=1:2000
for k=1:n
u=x(k,:)*W1(:,:);
y(k,:)=mod(
www.eeworm.com/read/488461/6487294
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/488464/6487365
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/488267/6491116
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