代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/485544/6552813
readme
-- ReBEL : Recursive Bayesian Estimation Library --
A Matlab toolkit for Recursive Bayesian Estimation
Copyright 2002, Rudolph van der Merwe
1) WHAT IS ReBEL ?
Re
www.eeworm.com/read/485103/6564317
xml info.xml
12
The N-way Toolbox for MATLAB
matlab
$toolbox/matlab/general/matlabicon.gif
Help
www.eeworm.com/read/485147/6566130
m configinfo.m
% -------------------------------------- %
%CONFIGINFO MATLAB configuraton characteristics
% CONFIGINFO prints important performance characteristics of MATLAB, the
% the operating system and h
www.eeworm.com/read/484661/6572247
m cijiemian.m
function varargout = cijiemian(varargin)
% CIJIEMIAN M-file for cijiemian.fig
% CIJIEMIAN, by itself, creates a new CIJIEMIAN or raises the existing
% singleton*.
%
% H = CIJIEMIAN
www.eeworm.com/read/484356/6586145
m pathdef.m
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2002 The MathWorks, Inc.
%
www.eeworm.com/read/484410/6587544
txt read me.txt
*****将picture内的所有文件拷贝到<mark>MATLAB</mark>7.1软件下的名为word的子文件夹下**********
1.testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性
2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性
3.three.m为带有界面的演示程序,包含了上述两种算法,在<mark>MATLAB</mark>7.1中,在命令窗口下输 ...
www.eeworm.com/read/484061/6590022
cpp runmatlab.cpp
#include
#include "engine.h"
#define BUFSIZE 256
using namespace std;
int main()
{
// Launch MATLAB
Engine *ep = engOpen( "" );
if ( ep == NULL ) {
cerr
www.eeworm.com/read/484061/6590025
cpp timestwo.cpp
#include "mex.h"
void timestwo_alt( double *y, double x )
{
*y = 2.0 * x;
}
void mexFunction( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[] )
{
// Create a 1-by-1 m
www.eeworm.com/read/484061/6590035
txt readme.txt
This folder contains source files for all of the examples
given in Lecture 28, Mon Dec 3.
Note: the MATLAB installation on the elaine workstations does
not provide all of the libraries needed to lin
www.eeworm.com/read/483854/6596286
m q518.m
%《MATLAB在电子信息课程中的应用》第五章例5.18程序q518
% 网络参数变换
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
% 1. 网络参数变换
format
r=100; L=0.02; C=0.01;w=300;
z1=r; z2 =j*w*L; z3=1/(j*w*C);
Z(1,1) =z1+z2; Z(1,2)=z2; Z(2,1