| 查看: 646 | 回复: 8 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
【求助】matlab画的双曲线,能不能存成stl文件格式?【已解决】
|
|||
|
有人知道这个吗? matlab画的双曲线,能不能存成stl文件格式? 谢谢了 [ Last edited by nono2009 on 2010-4-1 at 12:55 ] |
» 猜你喜欢
292求调剂
已经有17人回复
266分,求材料相关专业调剂
已经有15人回复
化工求调剂
已经有4人回复
283分材料与化工求调剂
已经有23人回复
320分,材料与化工专业,求调剂
已经有23人回复
293求调剂
已经有6人回复
334求调剂
已经有9人回复
esi高被引论文是不是能对中标有所加分和帮助呢
已经有6人回复
求调剂机会
已经有5人回复
0856,269分求调剂
已经有17人回复
7楼2010-04-01 09:04:42
★ ★
小木虫(金币+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














回复此楼