photo

Wang Jack


Last seen: 대략 1개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

4 질문
1 답변

File Exchange

3 파일

순위
165,992
of 300,338

평판
0

참여
4 질문
1 답변

답변 채택
75.0%

획득한 표
0

순위
8,079 of 20,922

평판
111

평균 평점
5.00

참여
3 파일

다운로드 수
13

ALL TIME 다운로드 수
882

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

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

대략 2개월 전 | 0

제출됨


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

4년 초과 전 | 다운로드 수: 10 |

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

대략 5년 전 | 답변 수: 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(...

대략 5년 전 | 답변 수: 1 | 0

1

답변

제출됨


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

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

0.0 / 5
Thumbnail

제출됨


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

5년 초과 전 | 다운로드 수: 2 |

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

5년 초과 전 | 답변 수: 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 ...

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

1

답변