Feeds
질문
Moving two stepper motors in a Raster Pattern
I'm building an automated ultrasonic scanner using by two steppers motors and an arduino micro controller. The stepper motors ar...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
How can this Python code be written in Matlab? I'm trying to write a Matlab script that will allow two Stepper motors to scan in a Raster pattern but all I can find is this Python script. How the 'for' loop be replicated in Matlab?
from pylab import * # define some grids xgrid = arange(20, 31) ygrid = arange(10, 16) xscan = [] yscan...
대략 8년 전 | 답변 수: 3 | 0
