dicominfo compiled but does not execute

Hello, I have the following bit of code:
function testing
info = dicominfo('C:/Users/D/Desktop/PatientTest/1/CT/CT.1.dcm');
end
Where 'C:/Users/D/Desktop/PatientTest/1/CT/CT.1.dcm' is simply a DICOM file. When I try to compile it using "mcc -m testing.m" and then executing "testing.exe", it gives me the following error:
Warning: See help sprintf for valid escape sequences.
??? Error using ==> images\private\dicom_read_attr>read_elt
Error using ==> images
Error in ==> testing at 2
Images:dicom_read_attr:attrDetails
Is dicominfo unable to be compiled by mcc?

回答 (1 件)

Zhen Gao
Zhen Gao 2019 年 8 月 3 日

0 投票

have you solved this problem?

カテゴリ

ヘルプ センター および File ExchangeDICOM Format についてさらに検索

質問済み:

D W
2015 年 4 月 21 日

回答済み:

2019 年 8 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by