
Wang Jack
Statistics
RANK
159,968
of 276,273
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
8,557 of 18,595
REPUTATION
83
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
25
ALL TIME DOWNLOADS
604
RANK
of 125,997
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
AMebius-slicer(STL slicer, gcode generator for 3D print)
A stl files slicer to generate gcode file for real printing
2 years ago | 14 downloads |

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, ...
2 years ago | 1 answer | 0
1
answerQuestion
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(...
2 years ago | 1 answer | 0
1
answerSubmitted
Find topological relationship(connection) for STL model
Use undirected graphs to build the connection relationship of each facet
2 years ago | 3 downloads |

Submitted
STL File Reader(Both ASCII & BIN, auto-detection)
Imports facet from stereolithography (STL) file into MATLAB.
2 years ago | 8 downloads |

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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 0 answers | 0