Yushuo
Followers: 0 Following: 0
Feeds
已提交
Painting-stroke-generation-for-robot-arm-or-CNC-machine
Stroke points generation of paintings
2 years 前 | 1 次下载 |
已回答
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...
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...
2 years 前 | 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...
2 years 前 | 1 次下载 |
已回答
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...
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...
2 years 前 | 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...
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...
2 years 前 | 0