Borrar filtros
Borrar filtros

How to output STL format flie

2 visualizaciones (últimos 30 días)
LIN Hongbin
LIN Hongbin el 14 de Mzo. de 2016
Comentada: LIN Hongbin el 14 de Mzo. de 2016
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Mzo. de 2016
  2 comentarios
LIN Hongbin
LIN Hongbin el 14 de Mzo. de 2016
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 el 14 de Mzo. de 2016
I create a struct and solve it,Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by