| 查看: 725 | 回复: 8 | |||
| 当前主题已经存档。 | |||
[交流]
【求助】matlab画的双曲线,能不能存成stl文件格式?【已解决】
|
|||
|
有人知道这个吗? matlab画的双曲线,能不能存成stl文件格式? 谢谢了 [ Last edited by nono2009 on 2010-4-1 at 12:55 ] |
» 猜你喜欢
求助!!
已经有4人回复
kh550接枝Sio2失败求助
已经有3人回复
职称论文投稿
已经有12人回复
反应求助
已经有6人回复
基于自然哲学类比的风化壳型稀土矿
已经有16人回复
看《给阿ma的情书》有感
已经有10人回复
2026年WR青拔进展
已经有7人回复
中!中!中!
已经有10人回复
会评什么时候开始?
已经有4人回复
国自然申请五篇代表作大比拼,感觉这个是最重要的
已经有12人回复
★ ★
小木虫(金币+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
5楼2010-03-31 14:41:01

6楼2010-03-31 19:46:05
7楼2010-04-01 09:04:42
8楼2010-04-01 10:04:01
9楼2010-04-01 10:22:40











回复此楼