代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/398648/7932310
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/433368/7936927
m e0257.m
s(1).teacher.name='Liu Ming';
s(1).teacher.number='010101';
s(1).teacher.course=['math '; 'MATLAB'; 'Maple ']; %构架数组s增加教师域,并赋值
s(1).teacher%查看s的域teacher
s(1).teacher.course%查看s的域teacher的course信息
www.eeworm.com/read/198282/7942077
m examp3_21.m
syms x; f=abs(x)/x; % 定义方波信号
xx=[-pi:pi/200:pi]; xx=xx(xx~=0); xx=sort([xx,-eps,eps]); % 剔除零点
yy=subs(f,x,xx); plot(xx,yy), hold on % 绘制出理论值并保持坐标系
for n=2:20
[a,b,f1]=fseries(f,x,n), y1=subs
www.eeworm.com/read/298274/7969373
txt readme.txt
Updated: January 11, 2002
To execute the Matlab version simply execute gui.m
Enjoy.
Greg Welch
www.eeworm.com/read/298099/7974293
tmw rtw_proj.tmw
Real-Time Workshop project for Ex0701 using D:\MATLAB\rtw\c\grt\grt_lcc.tmf. MATLAB root = D:\MATLAB. SimStruct date: 21-Jun-2002 02:11:40
This file is generated by the Real-Time Workshop for use by t
www.eeworm.com/read/197646/7983428
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/297900/7986080
txt 说明.txt
对于该程序包可在网上下载,不过自1996年开发后,在1999年有更新后就再也没有改过。
http://gdr-isis.org/Applications/tftb/iutsn.univ-nantes.fr/auger/tftb.html
他是适合4.0及5.0版本的
因此对于6.0及以上版本可能会有些问题,我把主要的一个问题改正了,
他发生在tfrview.m文件中
Ma
www.eeworm.com/read/297846/7992561
m fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/398337/7993780
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.
%