搜索资源列表
matlab__三维图形绘制实例
- 主要描述几种典型的三维图形的绘制,并举出实例 包括如何绘制三维曲线、三维曲面、标准三维曲面图、简单易学
MATLAB-make-3D-maps
- 本资源给出了用matlab画各种三维图的源代码,非常齐全。-The resorce provides the resorce programs of drawing 3D maps using matlab.
matlab
- 实验要求:在一张图上绘制三种二进制信号(即反极性信号、开关信号和正交信号)的误码率。这三种信号可以在几何上用“信号空间”中的点来表示。在反极性信号情况下,信号是±s(t),每个都有能量E。开关信号也是一维信号,所以两个信号为0和s(t),正交信号我们上课已讲过。要求信噪比为0:12dB。-Experimental requirements: to draw a diagram of three binary signals (i.e., reverse polarity signal, the
MATLAB
- matlab的二维和三维简单做图应用。多维曲线的应用。-the matlab the two-dimensional and three-dimensional simple do map applications. Multidimensional Curve applications.
Matlab-drawing-method
- matlab绘图方法 介绍matlab绘制二维三维图的各种方法-drawing method matlab matlab draw 2D and 3D chart describes the various methods
The-Application-and-Study-of-Antenna
- 以天线方向图函数为例,分析了对称阵子天线、阵列天线方向图函数F(0, )随各参量变化的规律以及二维图形的特点,并讨论了直线天线阵(单向端射阵)的最大辐射方向和主瓣宽度随各参量变化的二维、三维图形特点。借助MATLAB的绘图功能,对各种天线的方向图函数的二维、三维图形进行研究,可以观察到天线辐射场在不同方向的辐射能量分布。直观清楚地表现出辐射方向图的特点。-Antenna pattern functions as an example to analyze the symmetry time ar
PLOT-MATLAB
- 给出了在matlab软件中绘制常见图形的例子 二维绘图:函数绘图、数据绘图 三维绘图:曲线、曲面 分析用图:条形图、饼状图、柱状图-Gives examples of common graphics rendering software in matlab Dimensional drawing: function plotting, plotting data Three-dimensional graphics: curves, surfaces Analysis c
plot-3d
- 利用matlab绘图命令,包括二维图和三维图。-plot 3D diagram
Plot_3D
- MATLAB三维绘制图,可以实现三维曲面图的旋转动画;用于文献汇报等。-MATLAB three-dimensional sketch, animation can rotate a three-dimensional surface plot for reports and other literature.
fuibeng-V3.3
- 使用matlab实现智能预测控制算法,自己编的5种调制信号,仿真图是速度、距离、幅度三维图像。- Use matlab intelligent predictive control algorithm, Own five modulation signal, FIG simulation speed, distance, amplitude three-dimensional image.
rcgiv
- 仿真图是速度、距离、幅度三维图像,插值与拟合的matlab实现,计算两个矩阵之间的欧氏距离。- FIG simulation speed, distance, amplitude three-dimensional image, Interpolation and fitting matlab implementation, Calculation of the Euclidean distance between the two matrices.
qing_v15
- 通过matlab代码,仿真图是速度、距离、幅度三维图像,在MATLAB中求图像纹理特征。- By matlab code, FIG simulation speed, distance, amplitude three-dimensional image, In the MATLAB image texture feature.
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
qiumian
- 在matlab中创建三维球面散点图,主要利用scatter3();(Creating a three-dimensional spherical scatter plot in MATLAB)