From: aurelien on
Hi matlab Users

I have some difficulties with GUI.

At this point, I just want to open a DICOM file and be able to visualize images by scrolling a slider with GUI.

I've done the first part : open a dicom file and display a image by clicking a button (uigetfile and dicomread functions).

But I don't know how to set up the slider in order to change image number. The slider's value should be the number of the slice. So it should be an integer between 1 and 100 for example.
Do I need to load the dicom file in the workspace to do that ?

I'm completely stuck...
thanks for your reply