搜索资源列表
zhe
- 图形学消隐实验,*方案1上下旋转,只显示可见面,函数说明:void Project(float X,float Y,float Z) 功能:根据透视或平行投影将三维点进行投影变换 入口参数:float X,float Y,float Z 返回参数:无(void)-graphics blanking experiment, * a program next rotation, only to be met, function : void Project (float X, Y flo
polyfit2d.rar
- 根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。,according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix
GPS-Matlab
- 一个GPS课程的全部代码,含有数据!很实用-MATLAB GPS scr iptS-- Charles Meertens and Doug Miller, U. Utah 3Jan95 These scr ipts were developed for/during a class in GPS and Active Tectonics Department of Geology and Geophysics, U. Utah, Spring, 1994 EXAMPLE RIN
sfunxyz
- matlab simulink to draw 3D graph. It is very useful to know how sfunction works. Also, you can see how multiplexer is connected to draw a graph of 3 axises x y and z.
surf_from_scatter
- It is a very useful matlab program to plot a 3D graph by using sfunction and it shows how to use multiplexur for x, y and z signals. Enjoy it and good luck.
plot3k
- Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each
cubesum
- Suppose there is a X x Y x Z 3D matrix A of numbers having coordinates (i, j, k) where 0 ≤ i < X, 0 ≤ j < Y, 0 ≤ k < Z. Now another X x Y x Z matrix B is defined from A such that the (i, j, k) element of B is the sum of all the the numbers i
XY3DDensityPlot
- 2011版 3D密度图形生成程序。 可用于就有两个变量的函数对其视觉化。 图形的每一个点代表一个密度值。-XY3DDensityPlotView is used to visualize the density of points described by two variables X and Y, as a surface plot. This may be useful when points are densely packed and overlapping, as in this c
mirt2D_mexinterp
- interpolates平面图像Z坐标点与X坐标。 Z是假定被定义在定期间隔1点:1:M,N,N][M,地方=大小(Z)。 如果兮,易建联价值观是图像边界,把外面的NaNs在《紫。 Matlab函数是相似的土著 INTERP2字(Z =、烯、彝族、“线性”、南), 但多的主人。如果Z是矢量阵二维图像三维价值),然后反复讨论,interpolates:Z(:1)、Z(,,)、2)::::Z(,,,3),. .等。这部作品对每个图像interpolate速度比独立,例
five-matlab-codes
- 1、画出函数y=x*sin(x) 2、用曲面表示z=x^2+y^2 3、创建n阶魔方矩阵,n能被4整除 4、三维图形影片动画 5、画出N=100,p=0.5情况下二项分布的概率 特性曲线-1, draw the function y = x* sin (x) 2, using surfaces to describe z = x ^ 2+ y ^ 2 3, create a cube matrix of order n, n be divisible by 4 4,
mathworks
- makestereofig is a standalone scr ipt for converting .fig files containing 3D Cartesian plots of z as a function of x and y to .jpg images of the same plot in anaglyphic (red-cyan) stereo. The compressed archive contains the top level scr ipt (makest
Robotics
- This m files and Gui files are for solve the problem about Find specific position in 3D space. by using 3d circles you can axis in 3d spaces except one situation explaned as not selected axis x,y,z if you want to know more about seek the p
animationgraph
- 3D Graphics - line plot Dr. P.Venkataraman The path traced by a particle in 3D space Example: arrow3D([0,0,0], [4,3,7]) ---- arrow with default parameters axis equal Author: Shawn Arseneau function [x,y] = checking(A,a,b,X,
3Drotate
- 对串口所获得的输入体感信息(x,y,z以及物体移动的角速度)进行捕获,并针对该信息进行3D画图,使得用户晃动传感器时,电脑的matlab界面出现相应的动态画面。-Somatosensory information (x, y, z and the angular velocity of moving objects) the obtained input to the serial port to capture and 3D drawing, and for the information,
sandiansanweichazhi
- 散点的三维曲面拟合,其中x、y、z都用矩阵表示,可以直观x、y、z之间的关系。-The scatter the 3D surface fitting
3D-PLOT-USING-MATLAB-IN-PSCAD
- 3D PLOT USING MATLAB IN PSCAD WARNING * This case only works if you use the Compaq/Intel Fortran Compiler. A T_D_PLOT component. It provides the interface to a MATLAB function t_d_plot . It is a user-defined function and the m-fi
三维重建3.tar
- 用于X光图像得三维重建算法,体绘制算法是三维重建的必经之路,值得参考!(For X light image 3D reconstruction algorithm, it is worth reference.)
绘制二维温度云图
- 分别利用长度为m和n一维数据,利用z=f(x,y)生成二维数据,计算后绘制3d图。