MATLAB: From k-space to phase plot

image processingImage Processing ToolboxMATLAB

I have an MRI image (a 2D matrix) which has values expressed as complex numbers in k-space. From this image in k-space I want to plot the phase (not the magnitude) for each voxel. Has MATLAB a specific command to perform this task?

Best Answer

See if the angle (link) and unwrap (link) functions will do what You want.
Related Question