plot2dldc

The plot2dldc function plots a 2D illustration of a given luminous intensity distribution curve (LDC).

Usage:

plot2dldc(ldt)

Where:

ParameterDescription
ldcIs a valid light intensity distribution curve struct, see readldt function

Example

ldc = readldt('lambert.ldt');
plot2dldc(ldc)

See also: readldt

Result:

Note: To select a file via a popup dialog window, use the following code snippet:

[file,path] = uigetfile('*.ldt');
% select EULUMDAT file %
ldt = read_ldt([path file])

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.