How to output STL format flie

2 次查看(过去 30 天)
I have a point matrix p whose size is 3x98065;the triangulation matrix t whose size is 3x196124 ; How to output the data as a STL model.Thank you.

采纳的回答

Walter Roberson
Walter Roberson 2016-3-14
  2 个评论
LIN Hongbin
LIN Hongbin 2016-3-14
I used stlwrite('test.stl',t,p), but I received: Attempted to access facecolor(:,1); index out of bounds because size(facecolor)=[0,0]. Error in stlwrite (line 133) c0 = bitor(bitshift(bitand(2^6-1, facecolor(:,1)),10),c0); I was confused on how to input the variables.Thank you
LIN Hongbin
LIN Hongbin 2016-3-14
I create a struct and solve it,Thanks

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by