搜索资源列表
MATLAB的虚拟倒立摆仿真
- 利用 MATLAB提供 的 V—Realm Builder建立倒立摆三维虚拟场景,用 MATLAB的虚 拟现实工具箱将倒立摆三维虚拟场景和 Simulink中倒立摆 仿真模 型连接起来 ,实现 了虚 拟倒 立摆的仿真。
基于Matlab仿真的联合变换相关器实验
- 利用Matlab软件平台对JTC进行了图像识别仿真实验,得到了二维及三维相关输出图像,显示出尖锐的相关峰。仿真实验表明:联合变换进行图像识别中存在强烈的零级干扰,干扰信号是有用信号的7.14倍,输出结果不理想;采用功率谱相减法可以消除零级强干扰,进而提高了图像的识别能力。
matlab__三维图形绘制实例
- 主要描述几种典型的三维图形的绘制,并举出实例 包括如何绘制三维曲线、三维曲面、标准三维曲面图、简单易学
MATLAB-make-3D-maps
- 本资源给出了用matlab画各种三维图的源代码,非常齐全。-The resorce provides the resorce programs of drawing 3D maps using matlab.
matlab
- matlab 画图 三维 函数 等高线,等值线-matlab drawing a three-dimensional function contours, contours
Matlab_3dof_animation
- 采用比例导引法,把三维追击轨道分解到两个二维平面上分别导引,并充分考虑到目标的 机动性对弹道的影响,用MATLAB软件编写程序模拟出导弹实际追击的三维变轨弹道,绘制出分运动和合运动中各参数的 变化曲线。最后比较了不同的追击速度和不同的导引系数k对弹道特性的影响,考虑到导弹实际飞行时受需用法向过载的 制约,导出了导引系数k应满足的普遍公式,提出了对实战具有一定参考价值的建议。 -Using proportional navigation law, in pursuit of the
ballastic_missile_free_flying_simulation
- 利用OpenGL三维图形实时交互技术,在VC++中编程,实现了不同输入条件下的导弹自由段飞行弹道与飞行姿态仿真,包括导弹建模、以及由云彩绘制和流动效果组成的云彩的建模。-Use OpenGL real-time interactive three-dimensional graphics technology, VC++ In programming, to achieve a different input under the conditions of the free flights of
Soundsourcelocalizationforobotauditorysystemusingt
- 基于互相关函数,采用求和广义互相关函数(summed-GCC)法用于机器人系统平台。由于采用不同的映射函数(mapping functions),GCC法在该平台下,只需三个麦克风即可进行三维定位,突破了基于TDOA法进行三维声源定位最少需4个麦克风的限制-Based on cross-correlation function, using generalized cross-correlation function sum (summed-GCC) method for the robot s
Fractal
- 基于面向对象的分形维数计算与三维显示技术 欢迎大家下载-fractal
MATLAB
- 基于MATLAB的三维应用 ,这种方法适合现状水库地形测量资料,操作简单,程序实现容易,所得三维数字地形图可以满足工程上对水库冲淤分析计算的精度要求-MATLAB
matlab-draw-curve
- matlab绘制多种二维数据曲线图,三维曲线图,图像处理及动画制作。-matlab draw a variety of two-dimensional data graph, 3D graph, image processing and animation.
matlab-airplane
- 用matlab实现飞机飞行姿态仿真,三维,姿态角的描述,不需要实物-a m ethodf orai rplanea ttitudea nglem easuermentis p roposed.Th e system is made叩of theodolites, cameras, computers and time control systems. The camera is placed on the theodolite, and can take airplane s pictu
MATLAB
- matlab的二维和三维简单做图应用。多维曲线的应用。-the matlab the two-dimensional and three-dimensional simple do map applications. Multidimensional Curve applications.
Matlab
- matlab三维点云重建网格建立实例编程教程,对反求的很有用-Matlab 3 d point clouds reconstruction grid establish instance programming tutorial, the reverse is very useful
Matlab
- 基于Matlab三维数据点三角剖分方法研究,关于matlab在重建中的应用研究,有参考价值-Based on Matlab 3 d data point triangulation method, some research on the application of Matlab in the reconstruction, have reference value
Matlab-Chapter11-Chapter15
- matlab详尽学习资料,改为第11章到第15章,包括符号计算,二维图形,三维图形,图形对象和句柄和程序设计。-matlab detailed learning materials, to Chapter 11 to Chapter 15, including symbolic computation, two-dimensional graphics, 3D graphics, graphic objects and handle and program design.
matlab-huitu
- 文档介绍了MATLAB绘图,包括二维绘图、三维绘图以及对图形和图像的编辑-Document describes the MATLAB graphics, including 2D drawings and 3D graphics as well as graphics and image editing
透视投影成像,三维物点,MATLAB
- 使用matlab仿真三维物点的透视投影成像
three-dimensional_drawing
- 三维画图举例,可以很好的理解如何画三维图形。(An example of 3-dimensional drawing)
hist
- i_tmp=int32((x(i)-minx)/xfd)+1; j_tmp=int32((y(i)-miny)/yfd)+1; z_tmp=int32((z(i)-minz)/zfd)+1; cntxy=tjxy(i_tmp,j_tmp ); cntxz=tjxz(i_tmp,z_tmp ); cntyz=tjyz(j_tmp,z_tmp ); cntxyz=tjxyz(i_tmp,j_tmp,z_tmp ); tjxy