help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plotting to a table?


From: James Sherman Jr.
Subject: Re: plotting to a table?
Date: Wed, 17 Oct 2012 15:38:58 -0400



On Wed, Oct 17, 2012 at 12:40 PM, injoi <address@hidden> wrote:
Is it possible to create a uitable where I can plot a matrix of numbers?



-----
Windows 7, intel Xeon(R) 3.3GHz

Thanks, Nohtal
--
View this message in context: http://octave.1599824.n4.nabble.com/plotting-to-a-table-tp4645344p4645381.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

Hi Nothal,

I'm not sure (and I think that this is what is stopping others from responding as well) what you mean by "plot a matrix".  Is uitable some type of structure used in some other code (C++, python etc)?  If you're looking for a visualization of a matrix (If a table is somehow different from a matrix, then please correct me), then you could use something like imshow to display the matrix as an image (if for example you're looking for patterns of high or low values).  For example, if your matrix, say A, contains values from 1-100, then you do something like:
imshow(A, [1, 100])
to have a way to visualize the matrix.

Hope this helps,

James Sherman


reply via email to

[Prev in Thread] Current Thread [Next in Thread]