Azzera filtri
Azzera filtri

How to output STL format flie

2 visualizzazioni (ultimi 30 giorni)
LIN Hongbin
LIN Hongbin il 14 Mar 2016
Commentato: LIN Hongbin il 14 Mar 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.

Risposta accettata

Walter Roberson
Walter Roberson il 14 Mar 2016
  2 Commenti
LIN Hongbin
LIN Hongbin il 14 Mar 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 il 14 Mar 2016
I create a struct and solve it,Thanks

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by