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 years 前 | 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 years 前 | 3 个回答 | 0
