Community Profile

photo

Wang Jack


Last seen: 8 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Explorer
  • Thankful Level 1
  • First Review

Ver insignias

Feeds

Ver por

Enviada


AMebius-slicer(STL slicer, gcode generator for 3D print)
A stl files slicer to generate gcode file for real printing

casi 3 años hace | 11 descargas |

Thumbnail

Pregunta


How to divide a triangulation
There is a triangulation, which is two parts that are not connected, how to distinguish them? For example, a triangulation TR, ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract boundary of a set of 2D points
There is my code LL1_x=(-0.1:.01:0.1)'; LL1=[LL1_x,-0.1*ones(length(LL1_x),1)]; LL2_y=(-0.1:.01:0.1)'; LL2=[0.1*ones(length(...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Enviada


Find topological relationship(connec​tion​) for STL model
Use undirected graphs to build the connection relationship of each facet

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


STL File Reader(Both ASCII & BIN, auto-detection)
Imports facet from stereolithography (STL) file into MATLAB.

más de 3 años hace | 4 descargas |

Thumbnail

Pregunta


How to delete all repeat rows?
How to delete all repeat rows? I mean all repeat rows, like : A= [0 4; 2 4; 0 4; 4 8; 3 4] How to got new_A= [2 4; 4 ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


cell array for loop assignment
Here is some code A1 is a 1*4cell array, I want got a 2*4 cell array, but non of those statement can do, all I got is nesting ...

casi 4 años hace | 1 respuesta | 0

1

respuesta