roadegrid

The roadegrid function returns a mesurement grid according to the standard EN 13201-3 for road surfaces with the corresponding measurement points for a given road area.

Usage:

[x,y,numx,numy] = roadegrid(distance,width)

Where:

ParameterDescription
x, y Are the meshpoints coordinates matrices in m.
numx, numyAre the number of points in x and y dimension.
distanceSpecifies the road or lane length in m.
widthSpecifies the road or lane width in m.

Example:

[x,y] = roadegrid(30,6)

Reference:

EN 13201-3:2015, Road lighting – Part 3: Calculation of performance, URL: https://www.dinmedia.de/de/norm/din-en-13201-3/225893470


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.