From: Rachel Melinek on
I have version 7.4.0 R2007a matlab. I was wondering how do I display an image without an image toolbox?
From: mat001 on
"Rachel Melinek" <r.melinek(a)surrey.ac.uk> wrote in message <hpv2bb$mj4$1(a)fred.mathworks.com>...
> I have version 7.4.0 R2007a matlab. I was wondering how do I display an image without an image toolb


try to read doc command list. 3d visulization. May it will help you.
From: ImageAnalyst on
You can use the image, imagesc, or pcolor functions.
From: Oliver Woodford on
"Rachel Melinek" wrote:
> I have version 7.4.0 R2007a matlab. I was wondering how do I display an image without an image toolbox?

Try imdisp:
http://www.mathworks.com/matlabcentral/fileexchange/22387-imdisp

It's a good replacement for imshow.
From: Rachel Melinek on
"Oliver Woodford" <o.j.woodford.98(a)cantab.net> wrote in message <hpv5se$hdh$1(a)fred.mathworks.com>...
> "Rachel Melinek" wrote:
> > I have version 7.4.0 R2007a matlab. I was wondering how do I display an image without an image toolbox?
>
> Try imdisp:
> http://www.mathworks.com/matlabcentral/fileexchange/22387-imdisp
>
> It's a good replacement for imshow.

thanks to every one for their help eventually used function importdata and imagesc(ans); figure (gcf)
 | 
Pages: 1
Prev: write ASCII data and append
Next: ode45