Read DVH exported from Treatment Planning System ECLIPSE (Text file)

Read DVH from Eclipse TPS

You are now following this Submission

Plot the DVH from text file exported from the TPS.
After dose calculation from eclipse, export the DVH with defined binning (e.g. 0.5 cGy). Open Matlab. In the Matlab directory, navigate to the folder and code. Type in the command window:

filename = '/Directory where the code is located/your dvh.txt'
[Whole_DVH, Structure_Name,Volume,Dose_Cover,Sampling_Cover,...
Min_Dose,Max_Dose,Mean_Dose,Modal_Dose,Median_Dose,...
STD,Equi_Sphere_Diamr,Conformity_Index,Gradient_Measure] = read_DVH_Eclipse_TPS(filename);

In the workspace, all the variable should appear. Double click and copy-paste into Excel if needed.

Email me if issues.

Cite As

vincent caillet (2026). Read DVH exported from Treatment Planning System ECLIPSE (Text file) (https://uk.mathworks.com/matlabcentral/fileexchange/63114-read-dvh-exported-from-treatment-planning-system-eclipse-text-file), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Modified notes

1.0.0.0