Read DVH exported from Treatment Planning System ECLIPSE (Text file)
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://se.mathworks.com/matlabcentral/fileexchange/63114-read-dvh-exported-from-treatment-planning-system-eclipse-text-file), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Control Systems > System Identification Toolbox > Linear Model Identification > Input-Output Polynomial Models >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
