| 查看: 768 | 回复: 8 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
【求助】matlab画的双曲线,能不能存成stl文件格式?【已解决】
|
|||
|
有人知道这个吗? matlab画的双曲线,能不能存成stl文件格式? 谢谢了 [ Last edited by nono2009 on 2010-4-1 at 12:55 ] |
» 猜你喜欢
职称评审,求友友推荐见刊最快的期刊
已经有3人回复
为什么网上很多人说本周 12号出结果
已经有6人回复
听说今天filecode变了
已经有49人回复
帮忙看看fileCode
已经有12人回复
FileCode能看出啥?
已经有17人回复
奇怪,两个人的filecode固定段从头到尾一模一样
已经有6人回复
filecode
已经有9人回复
应该是93bebmhtak前后十一个字符比较关键
已经有23人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有13人回复
小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊
已经有6人回复
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










回复此楼
100