MATLAB: How to write tiff stacks with single precision

MATLABtiff img

I have two tiff stack images('a.tif' and 'b.tif'). Each of them have 2 stacks(512*512, grayscale). I want to write the result of a./b in single mode precision with Tiff class. I can get the result (result.zip) with other ImageJ, but failed to do it in Matlab. How can I do this?