help-octave
[Top][All Lists]
Advanced

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

Re: plotting to a table?


From: injoi
Subject: Re: plotting to a table?
Date: Fri, 19 Oct 2012 14:43:32 -0700 (PDT)

uitable is a command in Matlab. It creates a figure window in which a table
of values is displayed. This table of values is usually a matrix in which it
displays the components of the matrix.

eg. x  = [1, 2, 3; 2, 4, 6; 3, 6, 9]

Then the uitable command would create a figure window displayed the matrix
in an "excel like" table.

Sorry for the confusion.



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

Thanks, Nohtal
--
View this message in context: 
http://octave.1599824.n4.nabble.com/plotting-to-a-table-tp4645344p4645517.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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