photo

Yushuo


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

2 Files

RANK
111,717
of 300,365

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
17,333 of 20,933

REPUTATION
4

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
36

RANK

of 168,262

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

  • GitHub Submissions Level 2
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


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

3 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
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 years ago | 0

Submitted


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 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
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 years ago | 0

Answered
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 years ago | 0