Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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);
Citation pour cette source
Dylan O'Connell (2026). import_mim_dvh (https://fr.mathworks.com/matlabcentral/fileexchange/59923-import_mim_dvh), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : 3D Free Form Image Registration Toolbox (GUI), dicomfolder
Informations générales
- Version 1.1.0.0 (2,86 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Changed tags. |
||
| 1.0.0.0 |
