① 如何用MATLAB 的PDE toolbox求解三维热传导方程
这个问题可以用matlab自带的PDE工具箱解决,里面专门有处理热传导的模块。 如果你需要的话,我可以给你发一份PDE工具箱的使用介绍,里面有处理二维热传导问题的例题,需要的话请追问并留邮箱地址
② 用MATLAB如何导入solidworks做出的三维模型
MATLAB是数据处理软件,sw是三维建模软件通用的三维导入格式igs/stp不能用。MATLAB可以识别sw另存为的XML文件。sw的xml文件需要用MATLAB安装插件,再用SW调用才能生成XML 和若干个STL文件。
③ graph3d MATLAB3D画图工具箱全部工具,或者rotate3d.m这个工具 邮箱:[email protected]
MATLAB软件中应该有的,用命令“doc graph3d”或者“help graph3d”,之后出现:
M-File Help: graph3dDefault Topics
graph3d
Three dimensional graphs.
Elementary 3-D plots.
plot3 - Plot lines and points in 3-D space.
mesh - 3-D mesh surface.
surf - 3-D colored surface.
fill3 - Filled 3-D polygons.
Color control.
colormap - Color look-up table.
caxis - Pseudocolor axis scaling.
shading - Color shading mode.
hidden - Mesh hidden line removal mode.
brighten - Brighten or darken color map.
colordef - Set color defaults.
graymon - Set graphics defaults for gray-scale monitors.
cmpermute - Rearrange colors in colormap.
cmunique - Eliminate unneeded colors in colormap of indexed image.
imapprox - Approximate indexed image by one with fewer colors.
Lighting.
surfl - 3-D shaded surface with lighting.
lighting - Lighting mode.
material - Material reflectance mode.
specular - Specular reflectance.
diffuse - Diffuse reflectance.
surfnorm - Surface normals.
Color maps.
hsv - Hue-saturation-value color map.
hot - Black-red-yellow-white color map.
gray - Linear gray-scale color map.
bone - Gray-scale with tinge of blue color map.
copper - Linear copper-tone color map.
pink - Pastel shades of pink color map.
white - All white color map.
flag - Alternating red, white, blue, and black color map.
lines - Color map with the line colors.
colorcube - Enhanced color-cube color map.
vga - Windows colormap for 16 colors.
jet - Variant of HSV.
prism - Prism color map.
cool - Shades of cyan and magenta color map.
autumn - Shades of red and yellow color map.
spring - Shades of magenta and yellow color map.
winter - Shades of blue and green color map.
summer - Shades of green and yellow color map.
Transparency.
alpha - Transparency (alpha) mode.
alphamap - Transparency (alpha) look-up table.
alim - Transparency (alpha) scaling
Axis control.
axis - Control axis scaling and appearance.
zoom - Zoom in and out on a 2-D plot.
grid - Grid lines.
box - Axis box.
hold - Hold current graph.
axes - Create axes in arbitrary positions.
subplot - Create axes in tiled positions.
daspect - Data aspect ratio.
pbaspect - Plot box aspect ratio.
xlim - X limits.
ylim - Y limits.
zlim - Z limits.
Viewpoint control.
view - 3-D graph viewpoint specification.
viewmtx - View transformation matrix.
rotate3d - Interactively rotate view of 3-D plot.
Camera control.
campos - Camera position.
camtarget - Camera target.
camva - Camera view angle.
camup - Camera up vector.
camproj - Camera projection.
High level camera control.
camorbit - Orbit camera.
campan - Pan camera.
camdolly - Dolly camera.
camzoom - Zoom camera.
camroll - Roll camera.
camlookat - Move camera and target to view specified objects.
cameratoolbar - Interactively manipulate camera.
High level light control.
camlight - Creates or sets position of a light.
lightangle - Spherical position of a light.
Graph annotation.
title - Graph title.
xlabel - X-axis label.
ylabel - Y-axis label.
zlabel - Z-axis label.
text - Text annotation.
gtext - Mouse placement of text.
plotedit - Experimental graph editing and annotation tools.
Hard and printing.
print - Print graph or Simulink system; or save graph to M-file.
printopt - Printer defaults.
orient - Set paper orientation.
vrml - Save graphics to VRML 2.0 file.
See also
graph2d, specgraph.
④ matlab 3d world editor怎么用
打开World Editor,选择高级,选择游戏平衡常数,找英雄最大等级,自己填写想要的数字。技能等级修改:打开模块,选择物体编辑器,选择技能,找到你要修改的技能,单击之后在该技能的面板里找到“状态(s) --等级”,默认一般技能是3,你改成10,然后下面就会自动出现“等级4-数据”等一直到“等级10-数据”,而且下面的影响区域、持续时间等都要你自己设置数据,
⑤ matlab中kriging工具箱用法
% xn, yn, zn - coordinates of the input data
代表输入的变量 xn, yn, zn 是输入数据的空回间坐标答
xp, yp, zp 是输出kriging点的坐标
⑥ matlab工具箱怎样进行三维曲线拟合
在command windows窗口输入cftools
进行拟合
⑦ 为什么matlab2014没有vr工具箱
在workspace下打vrinstall -install viewer %安装浏览器matlab会提示你是选择OpenGl加速还是Direct3d加速,按o或d选择选择完后,会出现blaxxun Contact viewer的安装程序如下,将它装上即可
再打vrinstall -install editor %安装制作器,用vrinstall -install会将两者都装上
可以用命令vrinstall -check检查是否安装成功;安装过程似乎比较长啊,尤其是装viewer的时候。>> vrinstall -install
Installing blaxxun Contact viewer ...
Do you want to use OpenGL or Direct3D acceleration? (o/d) d
Starting viewer installation ...
Done.
Starting editor installation ...
Done.>> vrinstall -check
External VRML viewer: installed
VRML editor: installed可以在matlab的Preferences中查看使用的VRML editor ,还可以做出修改,如下 第二步:制作一个包含小球的三维模型
打开<matlab root>\toolbox\vr\vrealm\program\vrbuild2.exe %<matlab root>为matlab安装的路径,我的matlab是最新的2011版本,此文件路径为toolbox\sl3d\vrealm\program\vrbuild2.exe
然后ctrl+N(点file菜单下的new也可以,表示新建一个三维实体),选中左边的New world,然后点击工具栏上图标为一个球的按钮,即添加了一个小球(你也可以添加其他的)将左边的transform改成ball(名字而已),此时你可以看到它下面有一些center、rotation、scale、scaleOrientation、translation等等,这些就是matlab下可以控制的(下一步将介绍)。此时你可以修改这个小球的大小,位置,颜色等。还可以添加一些其他的三维实体,像灯光、fog、背景、视角等等。这儿就不介绍了,随便你们怎么玩吧。此时点击保存,这儿我保存为ball.wrl,wrl文件是vrml格式(vrml格式其实就是跟html一样,一种固定格式,只是面对的对象不同,你可以用文本编辑器看看它的格式)另外还可以
⑧ matlab中怎样得到三维图形fig的某一截面截出的二维曲线 如图所示,三维图是用matlab的pdetool工具箱画出来
doc slice ,里面有说明