Feeds
질문
How to Send G-code to Arduino for moving stepper motors?
Snipet of Gcode is to be sent to arduino which will further control the stepper motor. Please suggest a way this task can be ac...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Import Coordinates from text file to workspace and then plot
I have a text file which has coordinates in the form of ; x1 y1 z1 x2 y2 z2 x3 y3 z3 and so on , so how can I import this data ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Four element Array from workspace and plot it
I have a matrix a=[1 2 3 4] in my workspace, how can i plot it in the format a[x1 y1 x2 y2]. So that (x1y1) and (x1y2) forms a...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
create number of arrays dynamicly
i have a matrix of [m,n], i want to create m arrays and store those m rows into those m arrays. any way of doing that? example...
10년 초과 전 | 답변 수: 3 | 0
3
답변질문
Coordinates In workspace to x1 y1 ,x2 y2
I have a variable X= [3,2,4,5] , Y=[5,3,3,6] , similarly many other in my workspace. How do I plot these variables individually...
10년 초과 전 | 답변 수: 1 | 0
