photo

Wang Jack


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

File Exchange

3 Files

RANK
123,988
of 300,302

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
8,078 of 20,911

REPUTATION
111

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
882

RANK

of 168,040

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

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

View badges

Feeds

View by

Answered
compiler.runtime.customInstaller fails to reduce mcr installer size
yes,try >> compiler.runtime.customInstaller("YouAppInstaller",'requiredMCRProducts.txt',"RuntimeDelivery","installer") if requ...

1 month ago | 0

Submitted


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

4 years ago | 10 downloads |

5.0 / 5
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, ...

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 1 answer | 0

1

answer

Submitted


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

5 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

5 years ago | 2 downloads |

0.0 / 5
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 ...

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 1 answer | 0

1

answer