Invalid data type. First argument must be numeric or logical.
Mostra commenti meno recenti
I use max max(I(:)), min(I(:)) from the official's matlab documentation https://uk.mathworks.com/help/images/create-new-dicom-series.html
And I get the error (see subject line)
Any help?
3 Commenti
Ameer Hamza
il 10 Mag 2018
Have you correctly followed the example there? It appears that during processing you have changed I.
KSSV
il 10 Mag 2018
Can you tell what is class of I?
per isakson
il 10 Mag 2018
Modificato: per isakson
il 10 Mag 2018
I cannot reproduce your problem on R2016a.
Could it be that min and/or max is shadowed on your system. Run
which min -all
which max -all
and show us the results
Risposte (0)
Categorie
Scopri di più su DICOM Format in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!