代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/160243/10551432
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/160240/10551660
c engwindemo.c
/* engwindemo.c
* This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C program for windows
* Copyright (c) 1996-1998 by The MathWorks, Inc.
* All Rights
www.eeworm.com/read/352442/10552450
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/423536/10552743
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256);
% pl
www.eeworm.com/read/423536/10553200
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7
echo on
num=[0.01 1];
den=[1 1.01 1];
[a,b,c,d]=tf2ss(num,den);
dt=0.01;
u=ones(1,2000);
x=zeros(2,2001);
for i=1:2000
x(:,i+1)=x(:,i)+
www.eeworm.com/read/423311/10570743
frm vbex7_14.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "VB Link to MATLAB"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5115
Link
www.eeworm.com/read/160102/10571628
m geoandleo.m
function varargout = GEOAndLEO(varargin)
% GEOANDLEO M-file for GEOAndLEO.fig
% GEOANDLEO, by itself, creates a new GEOANDLEO or raises the existing
% singleton*.
%
% H = GEOANDLEO
www.eeworm.com/read/159921/10587830
txt readme.txt
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 26.02.2000
% Modifi
www.eeworm.com/read/159906/10591398
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/351758/10611802
asv readme.asv
% For first time users, please run test_MC.m
%
% To run Monte Carlo simulation, only the main function need to be called.
% But if you are not familiar with the data struction of the inputs for MC