MATLAB: How to write N number of DICOM image[2D] to single DICOM file [3D]

2d dicom to 3dicom image3ddicomdicom image analysisdigital image processingimage analysisImage Processing Toolboxkd vsk image nalysisSimulink 3D Animationvsk dicom images analysis

How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?

Best Answer

Input dicom 2d Images:
vskdcm(:,:,:,k)=imageArray;
nvskdcm=vskdcm(:,:,:,1:N);
here imageArray ----Input Dicom 2d image
nvskdcm------3D or 4D variable
N---------------N number of DICOM 2d Slides