代码搜索:MATLAB7
找到约 158 项符合「MATLAB7」的源代码
代码结果 158
www.eeworm.com/read/188674/5207107
c component_mcc_component_data.c
//
// MATLAB Compiler: 4.0 (R14)
// Date: Wed Jun 07 13:28:07 2006
// Arguments: "-B" "macro_default" "-M" "-silentsetup" "-d"
// "d:/MATLAB7/work/component/src" "-v" "-B" "ccom:component,calc,1.0
www.eeworm.com/read/188674/5207092
c component_mcc_component_data.c
//
// MATLAB Compiler: 4.0 (R14)
// Date: Wed Jun 07 10:12:36 2006
// Arguments: "-B" "macro_default" "-M" "-silentsetup" "-d"
// "d:/MATLAB7/work/component/src" "-v" "-B" "ccom:component,huatu,1.
www.eeworm.com/read/248716/12544890
m color1.m
clc
clear all
mypath = 'D:\MATLAB7\work';
cd(mypath);
[fname,fpath] = uigetfile('*bmp','请选择图片');
cd(fpath);
f = imread(fname);
R = f(:,:,1);
G = f(:,:,2);
B = f(:,:,3);
R0 = histeq(R
www.eeworm.com/read/248716/12544896
asv color1.asv
clc
clear all
mypath = 'D:\MATLAB7\work';
cd(mypath);
[fname,fpath] = uigetfile('*bmp','请选择图片');
cd(fpath);
f = imread(fname);
R = f(:,:,1);
G = f(:,:,2);
B = f(:,:,3);
R0 = histeq(R
www.eeworm.com/read/379658/9190560
makefile
# Windows MinGW (gcc):
EXT = .dll
MEX = C:/MATLAB7/bin/win32/mex.bat
INCLUDE = include
MEXOPTS = mexopts.bat
FFTWLIB = lib/libfftw3.a
FFTWLIBF = lib/libfftw3f.a
# Linux (gcc)
# EXT = .mexglx
www.eeworm.com/read/397799/8021299
makefile
# Windows MinGW (gcc):
EXT = .dll
MEX = C:/MATLAB7/bin/win32/mex.bat
INCLUDE = include
MEXOPTS = mexopts.bat
FFTWLIB = lib/libfftw3.a
FFTWLIBF = lib/libfftw3f.a
# Linux (gcc)
# EXT = .mexglx
www.eeworm.com/read/450618/7480011
m kmeanscall.m
close all
clear all
path(path,'C:\MATLAB7\toolbox\FUZZCLUST')
%the data
data.X = nDexample(5,400,2,1)
[N,n]=size(data.X);
%data normalization
data = clust_normalize(data,'range');
plot(data.
www.eeworm.com/read/153053/5654389
tmw rtw_proj.tmw
Real-Time Workshop project for vdpmult using G:\MATLAB7\rtw\c\modelref\modelrefsim_lcc.tmf. MATLAB root = G:\MATLAB7. SimStruct date: 13-Apr-2004 12:21:46
This file is generated by the Real-Time Works
www.eeworm.com/read/430470/8743963
tmw rtw_proj.tmw
Real-Time Workshop project for vdp using E:\MATLAB7\rtw\c\accel\accel_lcc.tmf. MATLAB root = E:\MATLAB7. SimStruct date: 13-Apr-2004 12:21:46
This file is generated by the Real-Time Workshop for use b
www.eeworm.com/read/426535/9015274
c com_test_mcc_component_data.c
//
// MATLAB Compiler: 4.0 (R14)
// Date: Wed Mar 29 21:50:42 2006
// Arguments: "-B" "macro_default" "-M" "-silentsetup" "-d"
// "D:/MATLAB7/work/com_test/src" "-B" "ccom:com_test,com_testclass,1