how to convert .mat file to .dcm file?

3 vues (au cours des 30 derniers jours)
mohd akmal masud
mohd akmal masud le 5 Juin 2023
Dear all,
I have the .mat file as attached. Anyone can help me to convert to .dcm file?

Réponse acceptée

Simon Chan
Simon Chan le 5 Juin 2023
Try the following:
rawdata = load('petnew.mat');
J = permute(rawdata.petnew, [1 2 4 3]);
dicomwrite(J,'yourFile.dcm');
  1 commentaire
mohd akmal masud
mohd akmal masud le 5 Juin 2023
this one is correct.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by