"sara" wrote in message <katcmo$h2b$1@newscl01ah.mathworks.com>...
> TideMan <mulgor@gmail.com> wrote in message <9bb8fb88-e364-47bb-8e81-ade6ea402ab1@googlegroups.com>...
> > On Thursday, December 20, 2012 10:22:08 AM UTC+13, sara wrote:
> > > hi all
> > >
> > > when I use imshow command to display a matrix, axises not appear
> > >
> > > assume: A=data matrix
> > >
> > > imshow(A)
> > >
> > > axises didn't appear
> > >
> > > how I could appear axises?
> > >
> > > thanks a lot
> >
> > I thought imshow was for displaying images..........
> > For a data matrix, try using:
> > contourf(A)
> > It will have the axes.
>
> hi and thanks your reply
> I want to display matrix like when we use imshow command, I want to obtain a image of my matrix
Use the image function.
> TideMan <mulgor@gmail.com> wrote in message <9bb8fb88-e364-47bb-8e81-ade6ea402ab1@googlegroups.com>...
> > On Thursday, December 20, 2012 10:22:08 AM UTC+13, sara wrote:
> > > hi all
> > >
> > > when I use imshow command to display a matrix, axises not appear
> > >
> > > assume: A=data matrix
> > >
> > > imshow(A)
> > >
> > > axises didn't appear
> > >
> > > how I could appear axises?
> > >
> > > thanks a lot
> >
> > I thought imshow was for displaying images..........
> > For a data matrix, try using:
> > contourf(A)
> > It will have the axes.
>
> hi and thanks your reply
> I want to display matrix like when we use imshow command, I want to obtain a image of my matrix
Use the image function.