代码搜索:MATLAB6P5
找到约 98 项符合「MATLAB6P5」的源代码
代码结果 98
www.eeworm.com/read/420934/10766748
eps phasroule.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: C:\MATLAB6p5\work\ZpiM\phasroule.eps
%%CreationDate: 08/14/2007 09:16:23
%%DocumentNeededFonts: Helvetica
%%DocumentProces
www.eeworm.com/read/365015/2899831
txt dendrogram02.txt
Warning: Non-monotonic cluster tree -- the centroid method is probably not appropriate.
> In C:\MATLAB6p5\toolbox\stats\linkage.m at line 166
In D:\users\jang\books\dcpr\example\chap03-dataCluster
www.eeworm.com/read/212384/15156754
txt 总结.txt
1、AutoBrightness正常,效果还行。
2、AutoContrast正常,效果明显。
3、imgeqmapping使用时遇到的错误!
??? Error using ==> +
Function '+' is not defined for values of class 'uint8'.
Error in ==> C:\MATLAB6p5\work\imgeqmappin
www.eeworm.com/read/459895/7263769
calc_area
uiopen('E:\matlab code\calc_area',1)
cd('C:\MATLAB6p5\work');
calc_area
??? Undefined function or variable 'calc_area'.
cd('E:\matlab code');
calc_area
the area of the circle is : 19.635
path
www.eeworm.com/read/315638/3617424
txt mcc-log.txt
This is the output from running MATLAB Add-in.
Please close this window after viewing it.
--------------MCC/MEX BEGIN---------------
/y /c mex.bat -k "D:\MATLAB6P5\WORK\VC\testmexvc\mcc.mak" -no_setup
www.eeworm.com/read/192236/8396838
h bpf.h
#include "stdafx.h"
/*****************************
以下全部为以Chebyshev Type I
带通滤波器设计得到的系数。
/*****************************/
//#include "D:\MATLAB6p5\extern\include\tmwtypes.h "
const int L30 = 7;
www.eeworm.com/read/236025/14035568
log hs_err_pid2312.log
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xffa1bd7
Function name=(N/A)
Library=C:\MATLAB6p5\bin\win32
www.eeworm.com/read/400208/11580633
tlh mwcomutil.tlh
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (b9432ca6).
//
// mwcomutil.tlh
//
// C++ source equivalent of Win32 type library c:\matlab6p5\bin\win32\mwcomutil.dll
// compiler-
www.eeworm.com/read/230384/14291198
m contents.m
% FDSP toolbox functions
% Path -> C:\MATLAB6p5\toolbox\fdsp\fdsp
%
% f_adc - F_ADC: Perform N-bit analog-to-digital conversion
% f_base2dec - F_BASE2DEC: Convert a base d array to a
www.eeworm.com/read/294311/8242571
m rationallogistic.m
clc;
clear all;
Ximage=double(imread('E:\MATLAB6p5\work\Lena.jpg'));
key0=0.1;
key1=4;
[M,N]=size(Ximage);
figure(1)
Ximage=uint8(Ximage);
imshow(Ximage,[]);
Ximage=double(Ximage);
for(i