文件名称:DrawGL02
介绍说明--下载内容均来自于网络,请自行研究使用
如何在Matlab中通过混合编程的方式使用OpenGL。希望能抛砖引玉,大家共同讨论。
该程序基于Matlab6.5和VC6平台编译,运行后会显示一个彩色的三维坐标轴以及一个棋盘平面。使用方向键和9/0平移, x/y/z旋转。
程序的源文件为DrawGL02.cpp,在Matlab中通过mbuild -setup设置好VC编译器后,运行mex -O -v DrawGL02.cpp即可生成dll文件。然后再Matlab中运行DrawGL02即可。-How in the Matlab programming through mixed use OpenGL. Hope to initiate common discussion. The program is based on Matlab6.5 and VC6 platform to build and run will display a colorful three-dimensional coordinate axis and a checkerboard plane. Use the arrow keys and 9/0, pan, x/y/z rotation. Program source files for the DrawGL02.cpp, in Matlab, set by mbuild-setup VC Compiler, run the mex-O-v DrawGL02.cpp to generate dll file. DrawGL02 then you can run Matlab.
该程序基于Matlab6.5和VC6平台编译,运行后会显示一个彩色的三维坐标轴以及一个棋盘平面。使用方向键和9/0平移, x/y/z旋转。
程序的源文件为DrawGL02.cpp,在Matlab中通过mbuild -setup设置好VC编译器后,运行mex -O -v DrawGL02.cpp即可生成dll文件。然后再Matlab中运行DrawGL02即可。-How in the Matlab programming through mixed use OpenGL. Hope to initiate common discussion. The program is based on Matlab6.5 and VC6 platform to build and run will display a colorful three-dimensional coordinate axis and a checkerboard plane. Use the arrow keys and 9/0, pan, x/y/z rotation. Program source files for the DrawGL02.cpp, in Matlab, set by mbuild-setup VC Compiler, run the mex-O-v DrawGL02.cpp to generate dll file. DrawGL02 then you can run Matlab.
相关搜索: Draw
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DrawGL02.cpp