Community Profile

photo

Wang Jack


Last seen: 8개월 전 2020년부터 활동

통계

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

배지 보기

Content Feed

보기 기준

제출됨


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

거의 3년 전 | 다운로드 수: 11 |

Thumbnail

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

3년 초과 전 | 다운로드 수: 8 |

Thumbnail

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변