Can matlab display (plot3, surf, slice, etc...) with dicom LPR convention?

4 views (last 30 days)
If patient is in supine position (face up), feet first, the dicom coordinate is LPS, X+ is to the left, Y+ points down and Z+ to us.
The view angle can be changed but it's hard to let Y+ to point down and Z+ to point out.

Accepted Answer

Walter Roberson
Walter Roberson on 1 Dec 2016
Would that possibly be
set(gca, 'XDir', 'reverse', 'YDir', 'reverse')
  3 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!