搜索资源列表
元胞自动机模拟程序
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。
TCMOriginalbook
- 这是几篇关于多维网格编码调制的开创性论文,有几篇是介绍专利的。-This ebook is about TCM
MFree
- 清华大学 张雄《无网格法》书后matlab源码,包括各类一维无网格方法的例证,及面向对象的二维程序-Tsinghua University, Zhang Xiong, " meshless method" matlab source code book, including various types of one-dimensional example of non-grid method, and the two-dimensional object-oriented pr
Grid-method-with-the-lingo
- 网格法与lingo,内含例子及多个matlab代码-Grid method with the lingo, containing examples matlab code
Matlab
- matlab三维点云重建网格建立实例编程教程,对反求的很有用-Matlab 3 d point clouds reconstruction grid establish instance programming tutorial, the reverse is very useful
有限元网格剖分
- 使用有限元方法正演的matlab程序 function [p,t]=distmesh2d(fd,fh,h0,bbox,pfix,varargin)
matlab
- 编写M文件,创建如下图形窗口,分别绘制如下图所示的曲线。 (1)曲线y=sin(t)sin(9t),要求采用红色,点线。横坐标取值范围[0~ ],标注x轴、y轴并加标题。 (2)一组余弦曲线,其振幅分别为0.4,0.6和0.8。横坐标取值范围[0~2 ]。添加图例与标题。进入图形编辑状态,调整图例的位置。 (3)分别绘制peaks函数的曲面图和网格线图。对曲面图做平滑处理,并添加标题与colorbar。 -Write M file, create th
11
- Matlab与有限元程序设计的一篇文献,里面有具体的网格剖分程序-Matlab and design a finite element program literature, there are specific procedures mesh
yuanzhu111
- 用于圆柱绕流时候流畅区域的网格划分matlab程序-When the grid is used to smooth the flow around a cylinder divided matlab program area
A-SIMPLE-MESH-GENERATOR-IN-MATLAB
- 基于matlab的有限元网格划分程序,可以对节点位置进行相应的优化-Based on the finite element mesh matlab program, the node position can be optimized accordingly
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
TTM方法生成翼型网格MATLAB程序
- 计算流体力学小程序:使用TTM方法生成机翼翼型网格(generate the wing grid with TTM method)
基于matlab的简单人脸识别实例
- 这里通过对人脸图像打上网格,对区域块图像做二值分析,通过像素比例来 做处理。进而得到人脸区域。(In this way, the face image is gridding, and the two value analysis is done to the area block image, and the pixel ratio is used. Do it. Then the face area is obtained.)
基于蚁群算法的机器人路径规划MATLAB源码收藏
- 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles, using adjacency matrix to stor