代码搜索:S-V MATLAB
找到约 10,000 项符合「S-V MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/149609/12362734
m mexeval.m
%MEXEVAL Execute string containing MATLAB expression.
% MEXEVAL(s), where s is a string, causes MATLAB to execute
% the string as an expression or statement.
%
% MEXEVAL(s1,s2) provides the
www.eeworm.com/read/251140/12362824
txt bbs.eetzone.com.txt
------------------ 电子工程论坛 ----------------------
http://bbs.eetzone.com
好多技术资料,参考设计,源代码共享!!!
www.eeworm.com/read/251128/12362999
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
www.eeworm.com/read/251128/12363010
m p0304.m
I=imread('hhh.jpg'); % 读取MATLAB自带的potu.tif图像
imshow(I);
figure,imhist(I);
[J,T]=histeq(I,64); % 图像灰度扩展到0~255,但是只有64个灰度级
figure,imshow(J);
figure,imhist(J);
figure,plot((0:255)/255,T);
www.eeworm.com/read/250980/12372202
m reprow.m
function x = reprow(x, N)
%function xrep = reprow(x, N)
%
% Replicate a row vector x = [x1, x2, ...] so that
%
% x1 x2 x3 ...
% xrep = x1 x2 x3 ...
% ...
%
% This func
www.eeworm.com/read/149369/12384655
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/337129/12389727
log cc_build_custommw.log
------------------------ c2812pmsmsim1.pjt - CustomMW ------------------------
[c2812pmsmsim1_main.c] "D:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -fr"D:/My Documents/MATLAB/c2812pmsmsim1_ccslink/Cu
www.eeworm.com/read/149156/12398536
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : vc_matlab_engine
================================================================
www.eeworm.com/read/148879/12417818
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/148768/12427271
txt readme.txt
Updated: January 11, 2002
To execute the Matlab version simply execute gui.m
Enjoy.
Greg Welch