代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/366144/9828231
m testviz.m
% QMG: test of visualization.
disp('This file tests graphics capabilities of QMG 2.0 under Matlab.')
disp('First, here is a test of 2D graphics.')
g = gm_read(fullfile(QMG_DATA, 'logo2.geo'));
gmviz(
www.eeworm.com/read/366083/9833420
m bppfault.m
% 在MATLAB6.5下编程
tic, % 开始计时
[P,T,R,S1,S2,S]=nninit; % BP网络初始化
% 生成BP网络
net = newff(minmax(P),[S1 S2],{'logsig' 'logsig'},'trainlm');
% BP网络训练的参数设置
net.trainParam.epochs = 3000;
net.trainParam.g
www.eeworm.com/read/365954/9838234
m contents.m
% FastICA for Matlab 7.x and 6.x
% Version 2.5, October 19 2005
% Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/169781/9838550
txt 12334577.txt
VC引用<mark>matlab</mark>6.5函数库中mlfGamma函数的方法()
使用<mark>Matlab</mark>里的ComBuilder.功能很强大,专门为VC等设计的,而不要用书上接口编程那一套
譬如一个简单的Plot函数,使用一下过程就可以:
1. 首先,设置合适的编译器。在<mark>MATLAB</mark>命令窗口里敲:mbuild –setup 和 mex –setup,完成编译器的设置。
● Please ch ...
www.eeworm.com/read/365868/9842416
m example8_8.m
%这里有一幅图像,如图8-27所示,其动态范围较小,而且较暗,反映在直方图上,见图8-28,
%就是其%直方图所占据的灰度值范围比较窄,而且集中在低灰度值一边。为了使图像更清晰,我们采用直方图
%均衡化的方法来增加图像灰度动态范围,增强对比度。在<mark>MATLAB</mark>中,可以直接调用J=histeq (I,n)
%函数来完成这项工作,其中I是原始图像矩阵,J是变换后所得的图像矩阵;用户可以指定均衡化
...
www.eeworm.com/read/365868/9842505
m example12_1.m
t = 0:0.1:20;
%绘制函数曲线,生成一个图形Figure
plot(t,t.*sin(t))
get(gcf, 'Color')
%gcf函数返回当前Figure的句柄,get得到当前Figure的颜色属性
ans =0.8000 0.8000 0.8000
%MATLAB中的所有颜色以RGB的形式存储,[1,1,1]是白色,[0,0,0]是黑色
%此时,可以用
www.eeworm.com/read/365562/9853928
dep base.dep
# Microsoft Developer Studio Generated Dependency File, included by base.mak
.\base.cpp : \
"..\..\..\..\..\matlab6p1\extern\include\engine.h"\
"..\..\..\..\..\matlab6p1\extern\include\matrix.h
www.eeworm.com/read/365527/9858195
m exa8_7.m
I=imread('212.jpg');
Imshow(I);
Colorbar
figure
load mri %此图像已经存在于MATLAB工作路径中
Imshow(D(:,:,:,7))
figure
montage(D,map)
figure
mov=immovie(D,map);
colormap(map)
movie(mov)
www.eeworm.com/read/365527/9858506
bat lccengmatopts.bat
@echo off
rem LCCENGMATOPTS.BAT
rem
rem Compile and link options used for building standalone engine or MAT programs
rem with LCC C compiler 2.4
rem
rem $Revision: 1.5.4.1 $ $Date: 200
www.eeworm.com/read/365527/9858532
c findnz.c
/*=================================================================
* findnz.c
* Example for illustrating how to handle N-dimensional arrays in a
* MEX-file. NOTE: MATLAB uses 1 based indexin