Community Profile

photo

Wang Jack


Last seen: 9 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A soumis


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

presque 3 ans il y a | 11 téléchargements |

Thumbnail

Question


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, ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

A soumis


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

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

plus de 3 ans il y a | 4 téléchargements |

Thumbnail

Question


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 ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 4 ans il y a | 1 réponse | 0

1

réponse