isdicom

Function for detecting if a file is a DICOM file

이 제출물을 팔로우합니다

The ISDICOM function takes a filename or a cell array of filenames and returns true for DICOM files.

ISDICOM detects if the four byte string starting at position 128 of the file is equal to 'DICM', which indicates that the file is a DICOM file.

This is not a very robust method, since other file types might also accidentally contain the string DICM at position 128, and non-standard DICOM files might not contain this string.

Please see the newsgroup discussion on http://newsreader.mathworks.com/WebX/.eef9353?50@474.0yR7b5yCHQl@

인용 양식

Jøger Hansegård (2026). isdicom (https://kr.mathworks.com/matlabcentral/fileexchange/11431-isdicom), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 DICOM Format에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Improved documentation