代码搜索:Matlab仿真

找到约 10,000 项符合「Matlab仿真」的源代码

代码结果 10,000
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/488803/6486334

m str2cod.m

function x=str2cod (s); if nargin
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
www.eeworm.com/read/487877/6501372

c sba.c

/* //////////////////////////////////////////////////////////////////////////////// // // Matlab MEX file for sba's simple drivers // Copyright (C) 2007-2008 Manolis Lourakis (lourakis at ics forth
www.eeworm.com/read/487877/6501379

txt readme.txt

************************************************************** Matlab MEX interface to sba's simple drivers Manolis Lourakis, November 2007 **********************
www.eeworm.com/read/486201/6538110

txt readme_ncutimage.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Normalized Cut Image Segmentation Code % % % % Timothee Cour (UPENN), Stella Yu