Spiral Generator for L-Edit

Generates a 'path' command for L-Edit (a CAD program) which will generate a spiral.
962 Downloads
Updated 8 Oct 2010

View License

L-Edit is a program often used to create MEMS layouts (if you're here, you probably know this), but it doesn't have a built-in facility to produce spirals, which are useful for inductors, springs, stress sensors, etc. This file generates a command which can be pasted into L-edit's command window in order to generate a spiral.

Example:

c = spiralgen(400,-40*pi,-31*pi,100,10)

...this generates the path command:

path -! -1157 0 -1153 -82 -1144 -163 -1129 -244 -1108 ... (it's pretty long)...

...which can be pasted into L-Edit's command window. See screenshot for examples. See the file for more details.

Cite As

Sean Hatch (2025). Spiral Generator for L-Edit (https://se.mathworks.com/matlabcentral/fileexchange/28977-spiral-generator-for-l-edit), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

few details

1.0.0.0