-
examples
LBM格子波尔兹曼 matlab例程数个,初学者适用,不可多得。(LBM Lattice Boltzmann several matlab routines, suitable for beginners, rare.)
- 2021-02-01 11:40:00下载
- 积分:1
-
neural
Solving TSP using Neural Networks
- 2010-10-18 02:48:16下载
- 积分:1
-
04041115_2_bpsk
说明: bpsk分布,awgn,瑞丽衰落信道,调制解调加滤波,计算误码率(BPSK distribution, awgn, Ruili fading channel, modulation and demodulation increase filtering, bit error rate calculation)
- 2021-04-08 23:19:00下载
- 积分:1
-
MATLAB
利用matlab自带的一些程序,编写的一些滤波程序。包括线性平滑滤波、中值滤波、状态统计滤波等。(Matlab comes with some procedures, the preparation of some of the filtering process. Including linear smoothing filter, median filter, the state statistical filtering.)
- 2013-04-01 09:49:03下载
- 积分:1
-
simple
Numerical Simulation of Cavity problem with SIMPLE method
- 2013-05-03 18:26:00下载
- 积分: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
-
MatlabOnUbuntu.docx.tar
please check the doc which will help you to setup/install matlab on ubuntu14.04
- 2014-11-19 00:02:16下载
- 积分:1
-
huisemoxing
用于灰色模型的应用,适用于解决简单数学建模的问题。(For the application of grey model, applicable to solve a simple problem of mathematical modeling.)
- 2013-08-08 20:04:15下载
- 积分:1
-
AdaptiveMedianFilter_MATLAB_code
MEDIAN FILTER ADAPTIVE
- 2013-03-03 02:40:03下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1