import_mim_dvh

버전 1.1.0.0 (2.86 KB) 작성자: Dylan O'Connell
Read a dose volume histogram (DVH) exported from MIM
다운로드 수: 159
업데이트 날짜: 2016/10/24

라이선스 보기

structures = import_mim_dvh(filename) reads and parses comma seperated value (.csv)
mim DVH filename and returns structures, an array of structs corresponding to the
structures on the DVH. the structures in the array have the following fields:

name: name of structure
dose: vector of dose (x axis of DVH)
volume: vector of % volume (y axis of DVH)
totalvolume: volume of this structure
example: read a DVH and plot dose vs. volume for the ptv
>> structures = import_mim_dvh(filename);
>> structures(1).name
ans =
ptv
>> figure; plot(structures(1).dose, structures(1).volume); title(structures(1).name);

인용 양식

Dylan O'Connell (2026). import_mim_dvh (https://kr.mathworks.com/matlabcentral/fileexchange/59923-import_mim_dvh), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Histograms에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Changed tags.

1.0.0.0