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

Mario Malic
Mario Malic on 27 Feb 2024
Check file exchange probably there is one.
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

0 votes

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

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

Products

Tags

Asked:

on 27 Feb 2024

Edited:

on 19 Mar 2024

Community Treasure Hunt

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

Start Hunting!