代码搜索:matlab RFID

找到约 10,000 项符合「matlab RFID」的源代码

代码结果 10,000
www.eeworm.com/read/447444/7551031

m exp2_8.m

echo off % 不显示程序内容 clear clc a=4; b=6 disp('暂停,请按任意键继续') % disp指令可以用来显示字符 pause % 暂停,直到用户按任意键 echo on % 显示程序内容,注意matlab默认是不显示 c=a+b % 暂时把控制权交给键盘(在命令窗口中出现k提示符), % 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/447020/7560222

m ncversion.m

function theNCVersion = NCVersion % NCVersion (no argument) returns or displays the modification % date of the current "NetCDF Toolbox For Matlab-5". % Copyright (C) 1997 Dr. Charles R. Denha
www.eeworm.com/read/446898/7563094

txt readme.txt

Using Guide: matlab 6.5 version (or over version)+ image proceesing tools; The 1st step, change the files directory as the matlab current directory; The 2nd step, in the "command" window, inp
www.eeworm.com/read/446736/7568210

htm 6_01_67.htm

教材简介
www.eeworm.com/read/446462/7578120

dat bookinfo.dat

[General Information] 书名=电力电子和电力拖动控制系统的MATLAB仿真 作者=BEXP SS号= 加密地址= 页数=265 下载位置=http://book8.5read.com/300-6/diskrjs/rjs498/02/!00001.pdg
www.eeworm.com/read/445831/7589518

m ip_05_07.m

% MATLAB script for Illustrated Problem 5.7. echo on n0=.5*randn(100,1); n1=.5*randn(100,1); n2=.5*randn(100,1); n3=.5*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x2,y2,'*
www.eeworm.com/read/445827/7589602

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/445613/7592602

m contents.m

% FastICA for Matlab 6.x % Version 2.3, July 27 2004 % Copyright (c) Jarmo Hurri, Hugo G鋠ert, Jaakko S鋜el
www.eeworm.com/read/445379/7595974

dat bookinfo.dat

[General Information] 书名=MATLAB遗传算法工具箱及应用 作者= 页数=261 SS号=11456588 出版日期=
www.eeworm.com/read/444931/7602570

m mysave.m

function [t, xt] = MySave(A, f,p,dt,N); %MySave产生一个指定幅值和频率的正弦信号,并将产生正弦信号的数据写入数据文件MySin.txt. % MySave(A, f)返回一个时间t数组和一个幅值xt数组,并将数据写入当前工作目录. % A:幅值, f:频率,p:相位, dt:时间间隔, N:数据点数 %在命令行及其他函数调用时输入[t, xt]