Prev: write ASCII data and append
Next: ode45
From: Rachel Melinek on 12 Apr 2010 08:06 I have version 7.4.0 R2007a matlab. I was wondering how do I display an image without an image toolbox?
From: mat001 on 12 Apr 2010 08:16 "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 12 Apr 2010 08:54 You can use the image, imagesc, or pcolor functions.
From: Oliver Woodford on 12 Apr 2010 09:06 "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 13 Apr 2010 06:28 "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 |