From: Ashish Uthama on 16 Mar 2010 09:53 On Tue, 16 Mar 2010 09:32:24 -0400, dounia <dounia84(a)aol.com> wrote: > 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. Did you inspect the variable im? Look at the variable editor or type 'whos' and see what the size/data type of im is. > Is there something to do before? Like reading this file like 'normal' > raw data and then launch multibandread? No. The syntax appears correct to me. (I assume you typed 'bsq' and not 'bsp') Please find more details online at: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/multibandread.html Or please paste this in the MATLAB command window: web([docroot,'/techdoc/ref/multibandread.html'])
|
Pages: 1 Prev: Export Excel File Next: nonlinear regression (exponential) |