| 查看: 765 | 回复: 8 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
【求助】matlab画的双曲线,能不能存成stl文件格式?【已解决】
|
|||
|
有人知道这个吗? matlab画的双曲线,能不能存成stl文件格式? 谢谢了 [ Last edited by nono2009 on 2010-4-1 at 12:55 ] |
» 猜你喜欢
FileCode能看出啥?
已经有15人回复
filecode
已经有8人回复
确定了,国自然21号放榜
已经有7人回复
帮忙看看fileCode
已经有5人回复
综述论文作为代表作会不会影响评审专家的印象分?
已经有11人回复
关于代码变化问题,想知道的进来
已经有24人回复
为什么网上很多人说本周 12号出结果
已经有3人回复
静等基金结果
已经有16人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有11人回复
关于Filecode分析方法
已经有3人回复
5楼2010-03-31 14:41:01
★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+1):鼓励应助! 2010-03-31 13:00
小木虫(金币+0.5):给个红包,谢谢回帖交流
nono2009(金币+1):鼓励应助! 2010-03-31 13:00
|
好像没有内部函数直接转换,但有别人写的程序可用。如: http://www.mathworks.com/matlabcentral/fileexchange/4512 |

2楼2010-03-31 10:36:37
|
谢谢 这段程序是什么语言写的呢???? Description SURF2STL Write STL file from surface data. SURF2STL('filename',X,Y,Z) writes a stereolithography (STL) file for a surface with geometry defined by three matrix arguments, X, Y and Z. X, Y and Z must be two-dimensional arrays with the same size. SURF2STL('filename',x,y,Z), uses two vector arguments replacing the first two matrix arguments, which must have length(x) = n and length(y) = m where [m,n] = size(Z). Note that x corresponds to the columns of Z and y corresponds to the rows. SURF2STL('filename',dx,dy,Z) uses scalar values of dx and dy to specify the x and y spacing between grid points. SURF2STL(...,'mode') may be used to specify the output format. 'binary' - writes in STL binary format (default) 'ascii' - writes in STL ASCII format |
3楼2010-03-31 11:33:20
4楼2010-03-31 11:59:12










回复此楼