Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.
Some features of the library are:
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
through an intuitive syntax.
Ex: createPlane(p1, p2, p3) to create a plane through 3 points.
- derivation of new shapes: intersection between 2 planes, intersection between
a plane and a line, between a sphere and a line...
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
arrays (face array contain indices of vertices), and support faces with any
number of vertices. Some basic models are provided (createOctaedron,
createCubeoctaedron...), as well as some computation (like faceNormal or
centroid)
- manipulation of planar transformation. Ex.:
ROT = createRotationOx(THETA);
P2 = transformPoint3d(P1, ROT);
- direct drawing of shapes with specialized functions. Clipping is performed
automatically for infinite shapes such as lines or rays. Ex:
drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points
drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line
Some functions require the geom2d package.
Additional help is provided in geom3d/Contents.m file, as well as summary files
like 'points3d.m' or 'lines3d.m'.
资源简介:Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the de...
上传时间: 2015-11-02
上传用户:A1321
资源简介:三维立体图形!!超级漂亮!!!请大家看看!真的不错
上传时间: 2017-07-08
上传用户:playboys0
资源简介:这是一个能根据输入的符号表达式画三维或二维图形的matlab程序。
上传时间: 2014-12-04
上传用户:hgy9473
资源简介:用java语言编写的三维立体画制作程序在网上很少搜到,本人发一供大家研究!
上传时间: 2014-01-03
上传用户:jennyzai
资源简介:java语言编写的三维立体画程序在网上很少找到,这个程序是刘洪石先生编写的,供大家研究!
上传时间: 2014-01-06
上传用户:gtf1207
资源简介:刘洪石用C编写的编写的三维立体画生成程序。
上传时间: 2015-11-01
上传用户:zmy123
资源简介:采用MATLAB编写的最新三维数据图形界面,运用GUI编程,输入函数名:volumization (data, n )即可。其中DATA的格式为:[n x m x p];n表示显示方式: 1 - all, 2 - every second, 3 - every third。
上传时间: 2014-11-22
上传用户:缥缈
资源简介:跟着鼠标动的三维立体
上传时间: 2014-01-18
上传用户:偷心的海盗
资源简介:利用matlab计算三维光子晶体带隙的fdtd算法
上传时间: 2015-07-01
上传用户:zhyiroy
资源简介:这是用flash制作的三维立体动画,请大家学习和指导。
上传时间: 2015-07-05
上传用户:cooran
资源简介:matlab绘图教程(1、 学习MATLAB的各种二维绘图; 2、 学习MATLAB的三维绘图; 3、 MATLAB的绘图修饰; 4、 基本句柄绘图操作。 )
上传时间: 2014-01-19
上传用户:wangdean1101
资源简介:基于matlab的三维时域有限差分程序(pec边界条件),使学习时域有限差分方法的好资料。
上传时间: 2013-12-03
上传用户:ryb
资源简介:基于matlab的三维时域有限差分程序(cpml吸收边界),使学习时域有限差分方法的好资料。
上传时间: 2016-02-12
上传用户:ecooo
资源简介:详细介绍了用MATLAB重建三维图像的过程,并有程序,感觉很不错,值得看一下!
上传时间: 2016-03-17
上传用户:BOBOniu
资源简介:matlab实现三维重建,代码书写规范,运行稳定 特地传上来供大家学习参考
上传时间: 2014-12-06
上传用户:Miyuki
资源简介:FLASH三维立体的效果,用AS做的,脚本控制影片剪辑的自由切换.
上传时间: 2016-08-27
上传用户:ommshaggar
资源简介:Flash 5 旋转菜单,FLASH 动态文字,背景音乐开关,超酷的三维立体菜单系统,导航动画,打字效果,射线文字效果
上传时间: 2016-11-15
上传用户:sssl
资源简介:Java3d实现三维立体图像显示的一个实例,主要实现显示四棱锥
上传时间: 2016-11-19
上传用户:FreeSky
资源简介:三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0...
上传时间: 2017-01-10
上传用户:hasan2015
资源简介:基于Matlab的三维重建程序,世界顶级三维重建大师的代码
上传时间: 2013-05-27
上传用户:04121298
资源简介:循环平稳信号谱相关函数,并做做出三维立体图形
上传时间: 2013-12-24
上传用户:cylnpy
资源简介:该系统可用于航模定位,输入三维空间中某一点到固定三点的距离即可计算出该点的三维坐标.并调用了MATLAB画出三维图形
上传时间: 2016-03-19
上传用户:lgnf
资源简介:MATLAB画图 目的是学会怎样使用MATLAB软件 来绘制各种图形 包括平面图和三维立体图
上传时间: 2013-12-28
上传用户:kbnswdifs
资源简介:matlab实现四则运算图形界面 以及二维三维图形举例
上传时间: 2014-01-25
上传用户:l254587896
资源简介:本书主要介绍MATLAB的图形绘制和用户图形界面实现技术。全书主要由三个部分组成:MATLAB语言介绍、MATLAB二维和三维图形绘制方法以及GUI的开发与应用。书中通过大量的实例深入浅出地介绍了MATLAB二维、三维曲线和曲面图形的绘制方法以及图形用户界面的设计和...
上传时间: 2016-11-15
上传用户:康郎
资源简介:这个利用matlab软件话三维连续系统的相图的程序,比如lorgenzeq系统的相图,也可以画超混沌的相图,
上传时间: 2017-04-13
上传用户:q123321
资源简介:近年来,计算机图形学应用越来越广泛,尤其是三维(3D)绘图。3D绘图使用3D模型和各种影像处理产生具有三维空间真实感的影像,应用于虚拟真实情况以及多媒体的产品上,且多半是使用低成本的实时3D计算机绘图技术为基础。在初期3D图形学刚起步时,由于图形简单,...
上传时间: 2013-04-24
上传用户:yerik
资源简介:一个较完整三维图形开发库
上传时间: 2015-01-30
上传用户:123啊
资源简介:计算机图形学三维图形的变换
上传时间: 2015-02-04
上传用户:qq521
资源简介:图形学中三维图形的绘制
上传时间: 2013-12-25
上传用户:qunquan