代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/158963/10707204
readme
Thursday, October 26, 1995
README for Neural Network Design Demonstrations
The book "Neural Network Design" is accompanied by 58 demonstrations which can be run from within MATLAB. References
www.eeworm.com/read/421516/10733201
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/420563/10789446
dat bookinfo.dat
[General Information]
书名=MATLAB与通信仿真
作者=
页数=439
SS号=10475873
出版日期=
www.eeworm.com/read/419990/10824323
c fdtd.c
/* FTDT - calculater - main program*/
#include
#include
#include
#include
#include
#include
#include "engine.h"
#define BUFSIZE 256
/
www.eeworm.com/read/275212/10828448
txt readme.txt
LiScNLS package is part of the
Lyapunov-Schmidt Method Package LiScMP ver. 1.0
for Matlab version 6.5 Release 13
Developed by Damian TRIF, 2005
e-mail: dtrif@math.ubbcluj.ro
Reference:
Trif,
www.eeworm.com/read/275202/10829045
readme
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-commercial purposes permitted.
% All rights for commercial use reserved; for more information
%
www.eeworm.com/read/273093/10927647
m randn.m
%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵
%RANDN Normally distributed random numbers.
% RANDN(N) is an N-by-N matrix with random entries, chosen from
% a normal distribution with mean zero and variance
www.eeworm.com/read/272953/10935515
m exn565.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-6-5程序
% 蒙特卡罗方法求圆周率
% 西安电子科技大学出版社出版 陈怀琛编著 2007年7月
%
N=input('取的总点数= ');
x=2*(rand(1,N)-0.5); % 生成均值为零,数值在-1~1均匀分布的随机数
y=2*(rand(1,N)-0.5); % 同上
k=0;
www.eeworm.com/read/417708/10979800
m graphcuts.m
% GRAPHCUTS --- GraphCut segmentation example, description only
% CMP Vision Algorithms http://visionbook.felk.cvut.cz
%
% This section describes graph cut segmentation
% from a user perspective. No