Path: news.mathworks.com!not-for-mail
From: "Mamata Kukreja" <mamata_kukreja@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Displaying images on GUI
Date: Mon, 4 Feb 2008 17:17:03 +0000 (UTC)
Organization: SIES
Lines: 65
Message-ID: <fo7hae$1ts$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> <fo7c8q$fda$1@fred.mathworks.com>
Reply-To: "Mamata Kukreja" <mamata_kukreja@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1202145423 1980 172.30.248.37 (4 Feb 2008 17:17:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 4 Feb 2008 17:17:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1253471
Xref: news.mathworks.com comp.soft-sys.matlab:449200


"Steven Lord" <slord@mathworks.com> wrote in message
<fo7c8q$fda$1@fred.mathworks.com>...
> 
> "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 
> 
> 


so hav 2 shift to 7.0 :(
no way of doin it in 6.5 .. ani wy of updatin d version
directli or hav 2 buy a cd ..
else can i develop the interface in VB n integrate VB and
MATLAB ..