From k-space to phase plot

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?

 Accepted Answer

Star Strider
Star Strider on 24 May 2018
See if the angle (link) and unwrap (link) functions will do what You want.

2 Comments

Thanks a lot! I think that angle is what I need.
Al always, my pleasure!

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!