Path: news.mathworks.com!not-for-mail
From: "Steven Lord" <slord@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Displaying images on GUI
Date: Mon, 4 Feb 2008 10:50:50 -0500
Organization: The MathWorks, Inc.
Lines: 50
Message-ID: <fo7c8q$fda$1@fred.mathworks.com>
References: <fo11jj$652$1@fred.mathworks.com> <fo17kq$9ru$1@fred.mathworks.com> <fo28sr$nto$1@canopus.cc.umanitoba.ca> <fo3tl7$fqm$1@fred.mathworks.com> <fo4r42$3e9$1@canopus.cc.umanitoba.ca> <fo77dh$1k1$1@fred.mathworks.com>
Reply-To: "Steven Lord" <slord@mathworks.com>
NNTP-Posting-Host: lords.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1202140250 15786 144.212.105.187 (4 Feb 2008 15:50:50 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 4 Feb 2008 15:50:50 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Xref: news.mathworks.com comp.soft-sys.matlab:449177



"Mamata Kukreja" <mamata_kukreja@yahoo.com> wrote in message 
news:fo77dh$1k1$1@fred.mathworks.com...
> roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in
> message <fo4r42$3e9$1@canopus.cc.umanitoba.ca>...
>> In article <fo3tl7$fqm$1@fred.mathworks.com>,
>> Vihang Patil <vihang_patil@yahoo.com> wrote:
>> >roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in
>>
>> >> imscrollpanel is only for a single image, not for
> displaying
>> >> multiple images.
>>
>> >Well, imscrollpanel with montage can be used to achieve the
>> >OP's requirement
>> >Try the following code
>>
>> >for i = 1 : length(result)
>> >    img(:,:,:,i) = imread([str '\' result(i,1).name]);
>> >end
>>
>> You assume there that each image is exactly the same size.
>>
>> You also assume that all of them are the same type, either
>> truecolor (3D) or indexed (2D).
>>
>> -- 
>>    "No one has the right to destroy another person's belief by
>>    demanding empirical evidence."                -- Ann
> Landers
>
>
>
> Is uipanel and imscrollpanel supported in version 6.5 ??
> I find no help regarding these topics in 6.5 !

UIPANEL was introduced in MATLAB 7.0 (R14):

http://www.mathworks.com/access/helpdesk/help/techdoc/rn/f6-998197.html

I believe IMSCROLLPANEL was introduced in Image Processing Toolbox 5.0 
(R14), which was released with MATLAB 7.0 (R14):

http://www.mathworks.com/access/helpdesk/help/toolbox/images/rn/bqnw2fy-1.html

-- 
Steve Lord
slord@mathworks.com