标签: matlab
一些图像(例如一些DICOM)作为'ubit16'精度被读入Matlab。在Matlab中ubit16和uint16有什么区别?
答案 0 :(得分:3)
无。两者都是16位无符号整数(source)。