From: dounia on
Hello,

I want to do some stats on several images. I actually have to open 190 sinograms (images 2D 128*144 unsigned 16) all contained in a single file with the .scn extension. Someone advised me to use mltibandread but it did not work. I am slowly coming to Matlab and would really appreciate ANY help.
Here is my command line:

im=multibandread('Mouse_Phantom.scn, [144,128,190],'uint16,0,'bsp','ieee-le');

which returns just nothing.
Is there something to do before? Like reading this file like 'normal' raw data and then launch multibandread?
If anyone have a piece of advice...
Thank you in dvance.

Dounia.