SliceViewer removed toolbar with data tips, zoom options, and pan functions?

When I display an image useing imshow(image), there is a row of helpful features on the top right as shown in the picture below. The sliceViewer tool for viewing entire image stacks used to have this same row of features, but now that I am using R2023a it seems to be gone. Is there a setting that I'm missing or was this functionality removed?
If it was removed, does anyone know of a different way to view individual pixel intensities in sliceViewer similar to how you can do so in imshow by with the "data tips" button (the second from the left in the image below)?

 Akzeptierte Antwort

Ranjeet
Ranjeet am 12 Mai 2023
A ticket has been raised for the issue and it should be addressed in future update/release.

5 Kommentare

Awesome, thank you so much!
Hi @Lars Nelson, thanks for reporting this.
Until this is fixed, I suggest using the following workaround
>> fig = figure;
>> h = sliceViewer(vol, Parent=fig);
Notice that explicitly passing a figure parent to the sliceViewer resolves the issue for now.
Ah, thank you so much! That works perfectly.
please fix as soon as possible this was a very usefull feature
thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Pascal Benard
Pascal Benard am 9 Jan. 2024
Dear Ranjeet,
in MATLAB 2023b, the feature is gone again.
Are there any plans to fix it again?

Kategorien

Produkte

Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by