-
MatlabProgrammingLearningSoftware
学习matlab的一本辅助电子版学习资料,自认为很不错,望对初学matlab者有用!
编程学习课件(Learning matlab' s a secondary electronic learning materials, since that is very good, hope useful to matlab for beginners! Programming Learning Software)
- 2010-10-29 17:18:06下载
- 积分:1
-
imagesegmentation
its about image segmentation
- 2015-01-27 21:27:41下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
ECgroupon_V3.0_utf8
creativemall glibal green comcepitong(creativemall glibal green comcepitiong creativemall glibal green comcepitong
creativemall glibal green comcepitong
creativemall glibal green comcepitong)
- 2013-07-30 20:39:07下载
- 积分:1
-
delete
CSS in Cognitive Radio
- 2014-11-25 05:21:24下载
- 积分:1
-
Kalman-matlab
kalman滤波算法应用matlab语言来实现。(kalman filter matlab )
- 2012-02-02 17:36:06下载
- 积分:1
-
Statistics
Time series statistical analysis, used to obtain various statistics,include Variance
Median
The maximum value
The minimum value
Standard deviation
Skewness
Kurtosis
Jarque-Bera test
Concomitant probability of Jarque-Bera test
- 2014-01-17 16:58:25下载
- 积分:1
-
code-of-MATLAB--program-design
matlab 程序设计教程的程序代码,一共105个文件(code of book matlab program design)
- 2013-08-30 20:57:32下载
- 积分:1
-
matlab
matlab用于分析图像去噪处理,含有多种算法的比较分析,还是比较全面的,适合用做期末论文(for the analysis of image denoising matlab is quite comprehensive, comparative analysis, containing a variety of algorithms, suitable for use as the final paper)
- 2013-01-02 16:32:01下载
- 积分:1
-
matlab99999999
各种matlab代码,实现各种功能,供查阅者参考,熟悉matlab软件的使用(x=linspace(0,1,21)
y=linspace(0,1,21)
[X,Y]=meshgrid(x,y)
z=(X.*Y)./(X+Y)
meshc(X,Y,z)
)
- 2011-07-11 15:54:13下载
- 积分:1