代码搜索:matlab RFID

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

代码结果 10,000
www.eeworm.com/read/319335/13454031

m exm12032_2.m

% exm12032_2.m % 注意:运行该文件前,要确认exm12032_2.c在D:\mywork目录上 cd D:\mywork mex -f D:\MATLAB6p5\bin\win32\mexopts\msvc60engmatopts.bat exm12032_2.c dir exm12032_2.*
www.eeworm.com/read/319335/13454035

m exm120421_1.m

% exm120421_1.m excel = actxserver('Excel.Application'); % % disp('为看清Excel界面及其变化,请把MATLAB界面调整得远小于屏幕!') disp('按任意键,将可见到“Excel界面”出现。') pause set(excel, 'Visible', 1); % disp
www.eeworm.com/read/319335/13454054

h engine.h

/* * @(#)engine.h generated by: makeheader 3.10 Sat May 18 22:03:04 2002 * * built from: ../include/copyright.h * engapi.c * engapiv4.c * engapiv5.c * fengapi.c * f
www.eeworm.com/read/319335/13454061

frm exm12052_1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "exm12052_1.exe调用MATAB作为DDE服务器" ClientHeight = 4920 ClientLeft = 60 ClientTop = 345 ClientWidth = 6
www.eeworm.com/read/319335/13454066

c exm12032_1.c

#include // #include // #include // #include "engine.h" // int PASCAL WinMain (HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpszCmdLine, int
www.eeworm.com/read/319335/13454067

m exm12032_1.m

% exm12032_1.m % 注意:运行该文件前,要确认exm12032_1.c在D:\mywork目录上 cd D:\mywork mex -f D:\MATLAB6p5\bin\win32\mexopts\msvc60engmatopts.bat exm12032_1.c dir exm12032_1.* disp('按任意键继续') pause !e
www.eeworm.com/read/319074/13463346

m exa110701_pwelch.m

%------------------------------------------------------------------------- % exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d) % to estimate the PSD of x(n) by Welch average; %------------
www.eeworm.com/read/319074/13463385

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/319045/13463975

m contents.m

% FastICA for Matlab 5.x % Version 2.1, January 15 2001 % Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/318956/13465938

m p0302.m

I=imread('cameraman.tif'); % MATLAB自带的图像,如图3-3所示 imshow(I); clear;close all I=imread('cameraman.tif'); imshow(I); I=im2double(I); T=dctmtx(8); B=blkproc(I,[8 8], 'P1*x*P2',T,T'); Ma