photo

Yushuo


Last seen: mehr als 3 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

0 Fragen
3 Antworten

File Exchange

2 Dateien

RANG
164.257
of 300.369

REPUTATION
0

BEITRÄGE
0 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
17.352 of 20.936

REPUTATION
4

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
2 Dateien

DOWNLOADS
2

ALL TIME DOWNLOADS
36

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • GitHub Submissions Level 2
  • First Submission
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

mehr als 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

mehr als 3 Jahre vor | 0

Gesendet


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

mehr als 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0