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)?

 Accepted Answer

A ticket has been raised for the issue and it should be addressed in future update/release.

5 Comments

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

Sign in to comment.

More Answers (1)

Dear Ranjeet,
in MATLAB 2023b, the feature is gone again.
Are there any plans to fix it again?

Categories

Products

Release

R2023a

Community Treasure Hunt

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

Start Hunting!