photo

Yushuo


Last seen: 대략 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
3 답변

File Exchange

2 파일

순위
262,734
of 300,392

평판
0

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
0

순위
17,341 of 20,934

평판
4

평균 평점
0.00

참여
2 파일

다운로드 수
2

ALL TIME 다운로드 수
36

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • GitHub Submissions Level 2
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


Painting-stroke-generation-for-robot-arm-or-CNC-machine
Stroke points generation of paintings

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

0.0 / 5
Thumbnail

답변 있음
randomly selecting and deleting rows from a matrix
I just used if the code line number divide by 2 reminder is 0 then delete it A=[0.5666 0.3169 ; 0.5181 0.3317 ; 0.664...

3년 초과 전 | 0

제출됨


Robot arm Portrait Drawing
We have a picture or drawing and we want draw it with robot arm, it will export a CSV file contain strokes (X,Y,Z,Yaw,pitch,roll...

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

0.0 / 5
Thumbnail

답변 있음
How do I call a function within another function?
You can just call directly witin one function, for example disp(hahaha(5)); function A=hello(x) A= 5*x; end fu...

3년 초과 전 | 0

답변 있음
Extract color of image
I use the attached code to extract red color (it use LAB color, you can change the LAB value of the color you want in LMean aMea...

3년 초과 전 | 0