Clear Filters
Clear Filters

3d slices GUI

12 views (last 30 days)
Alena Nechaeva
Alena Nechaeva on 27 Feb 2024
Edited: Cris LaPierre on 19 Mar 2024
Hello, does anybody know if there is a GUI for slicing 3d arrays like in pyqtgraph?
It's great to have the tool that allows you to interactively move slit and create slices along it.
  3 Comments
Alena Nechaeva
Alena Nechaeva on 27 Feb 2024
the problem with volume viewer is that it allows to create slits only perpendicular to main axis. but i need the tool that helps to extract arbitrary (is that a word for that?) slits. like not perpendicular of parallel, but at some angle for example.
pyqtgraph allows me to do that, but i just want to find something for that purposes in MATLAB

Sign in to comment.

Answers (1)

Cris LaPierre
Cris LaPierre on 5 Mar 2024
The closest tool I know of is creating a clipping plane. It does not seem to let you create slices based on that plane, but it would allow you create a 'cut' of your volume at an arbitrary angle.
  2 Comments
Walter Roberson
Walter Roberson on 5 Mar 2024
Sounds like a job for slice
Cris LaPierre
Cris LaPierre on 19 Mar 2024
Edited: Cris LaPierre on 19 Mar 2024
You might also consider the obliqueslice function.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!