read_mrtrix_stats

Version 1.0.0 (1,89 ko) par Kamil
Reads statistics from an MRtrix stats file.
1 téléchargement
Mise à jour 11 sept. 2025

Afficher la licence

Reads statistics from an MRtrix mrstats file (e.x. mrstats in.nii >> stats.txt or for_each * : mrstats IN ">>" stats.txt ) and returns the data along with the header.
Output:
  • data: 3D numeric array with dimensions [volume_index, value_type, file_index]
  • volume_index corresponds to the index from the stats file ([ index ] in each line).
  • value_type corresponds to the statistics described in the header.
  • file_index separates multiple stats blocks if the file contains more than one set of stats.
  • header: cell array of column names extracted from the file.
The header corresponds to the MRtrix mrstats output:
{'filenumber', 'mean', 'median', 'std', 'min', 'max', 'count'}

Citation pour cette source

Kamil (2025). read_mrtrix_stats (https://fr.mathworks.com/matlabcentral/fileexchange/182002-read_mrtrix_stats), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2025a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0