MATLAB: How to convert a volume image to binary

image processingImage Processing Toolbox

I want to convert volume image to binary in matlab, does any one have an idea?

Best Answer

binaryVolume = logical( volume );