代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/184671/9086664

transcript

# Reading C:/Modeltech_6.1f/tcl/vsim/pref.tcl # OpenFile "F:/OFDM&MATLAB/ofdm/output.vhd"
www.eeworm.com/read/184617/9091755

m svmlspex01.m

%SVMLSPex01.m % %Two Dimension Linear-SVM Problem, Two Class and Separable Situation % %Method from Christopher J. C. Burges: %"A Tutorial on Support Vector Machines for Pattern Recognition", pag
www.eeworm.com/read/184566/9093305

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/381363/9095882

m edit.m

function r=edit(fn1, fn2, fn3) %EDIT Call the selected editor to edit the file. % % EDIT [FNAME] [FNAME] [FNAME] % % If the extension is not specified, .m will be % add to t
www.eeworm.com/read/381363/9096005

hlp equalize.hlp

Equalize The Equalize item of the Colormap menu attempts to increase the contrast of the current image by transforming the colormap of the image so that the gray component of the image is constant
www.eeworm.com/read/381207/9104866

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/184304/9110775

c engexam.c

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

m exm127~1.m

%exm1273_1.m !md d:\mywork cd d:\mywork ss=char(which('engexam.c','-all')); dos(['copy ',ss,' d:\mywork']); mex -f h:\matlab\bin\bccengmatopts.bat engexam.c !engexam !del engexam.c
www.eeworm.com/read/184304/9110848

c my_ypr~1.c

/*================================================================= * * YPRIME.C Sample .MEX file corresponding to YPRIME.M * Solves simple 3 body orbit problem * * The calling synt
www.eeworm.com/read/184267/9114022

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