Code covered by the BSD License  

Highlights from
Three-dimensional reconstruction from planar slices.

image thumbnail
from Three-dimensional reconstruction from planar slices. by Doug Hull
Solid object reconstructed from slice images in parallel planes.

isodd(n)
function flag = isodd(n)
%ISODD returns true if the input is odd.

flag = mod(n,2);

% Copyright 2002 - 2009 The MathWorks, Inc.

Contact us at files@mathworks.com