代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/460016/7259026
m 例11-14 .m
/*
* engdemo.c
*/
#include
#include
#include
//engine.h中包含有使用计算引擎时要用的函数声明
#include "engine.h"
#define BUFSIZE 256
int main()
{
Engine *ep;
mxA
www.eeworm.com/read/460016/7259061
m 例2-62.m
>> fn='2*exp(-x)*sin(x)'; %定义fn函数
>> xmin=fminbnd(fn,2,5) %在区间(2,5)之间寻找最小值
>> emin=5*pi/4-xmin %求最小值的误差
>> x=xmin; %令x为最小值点
>> ymin=eval(fn)
www.eeworm.com/read/459152/7279670
m main_svm_one_class.m
% 支持向量机Matlab工具箱1.0 - One-Class SVM, 一类支持向量机
% 使用平台 - Matlab6.5
% 版权所有:陆振波,海军工程大学
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
% 参数文献:Chih-Chung Chang, Chih-Jen Lin. "LIBSVM: a
www.eeworm.com/read/459138/7280554
m main_svc_nu.m
% 支持向量机Matlab工具箱1.0 - Nu-SVC, Nu二类分类算法
% 使用平台 - Matlab6.5
% 版权所有:陆振波,海军工程大学
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
% 参数文献:Chih-Chung Chang, Chih-Jen Lin. "LIBSVM: a Libr
www.eeworm.com/read/459103/7282708
m ex3_23.m
X=input('Enter X:');
E=zeros(size(X));
F=eye(size(X));
n=1;
while norm(F,1)>0
E=E+F;
F=F*X/n;
n=n+1;
end
E
xpm(X) %调用MATLAB矩阵指数函数求矩阵指数
www.eeworm.com/read/458493/7295650
m readme.m
% File: ReadMe.txt
%
% Basic Introduction to the Numerical Methods with MATLAB (NMM) Toolbox
%
% The NMM Toolbox is a collection of m-files and data to accompany the text,
% "Numerical Methods w
www.eeworm.com/read/458488/7296075
m readme.m
% File: ReadMe.txt
%
% Basic Introduction to the Numerical Methods with MATLAB (NMM) Toolbox
%
% The NMM Toolbox is a collection of m-files and data to accompany the text,
% "Numerical Methods w
www.eeworm.com/read/458392/7297274
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/458257/7300317
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