Community Profile

photo

Wang Jack


Last seen: 8 months 前 自 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

已提交


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

3 years 前 | 1 次下载 |

Thumbnail

已提交


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

3 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答