Cylinder equivalent width approximation
w = cylinder2strip(r)
example
w = cylinder2strip(r) calculates the equivalent width of a strip approximation for a cylinder cross section.
w
r
collapse all
Calculate the width of the strip approximation to a cylinder of radius 20 mm.
w = cylinder2strip(20e-3)
w = 0.0800
Cylindrical cross-section radius, specified as a scalar or vector in meters.
Example: 20e-3
Data Types: double
double
Equivalent width of strip, returned as a scalar or vector.
helixpitch2spacing
You have a modified version of this example. Do you want to open this example with your edits?