No BSD License  

Highlights from
plottable

5.0

5.0 | 1 rating Rate this file 12 Downloads (last 30 days) File Size: 4 KB File ID: #1113
image thumbnail

plottable

by Edward Brian Welch

 

29 Nov 2001 (Updated 30 Nov 2001)

Plot vector or matrix as table with a customizable printing control string.

| Watch this File

File Information
Description

PLOTTABLE Plot vector or matrix as table.

PLOTTABLE(X) plots X as a table. The default printing format is floating point with two decimal places.
 
PLOTTABLE(X,CONTROL) uses the string CONTROL as the printing control string for printing the elements of X. It should be of the format accepted by SPRINTF or simply be the word RATS to print elements as fractions. RATS cannot currently be combined with any other control string arguments and must appear simply as 'rats'. CONTROL can be a vertical matrix of strings as created by the function STRVCAT in which case the control strings will be cycled through to print columns of the table. If CONTROL is not specified, it defaults to '%.2f'.

PLOTTABLE(X,CONTROL,COLGROUP) uses the numbers in the vector COLGROUP to group columns together for printing. The sum of the numbers in COLGROUP should not exceed the numbers of columns in X. By default all the elements in COLGROUP will equal 1.

MATLAB release MATLAB 5.2 (R10)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
20 Aug 2009 M

Works as advertised! Additionally, h=plottable(x) returns the handle for each axis in the table (each value is plotted in its own axis).

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
specialized Edward Brian Welch 22 Oct 2008 06:39:35
plotting Edward Brian Welch 22 Oct 2008 06:39:35
table Edward Brian Welch 22 Oct 2008 06:39:35
plot Edward Brian Welch 22 Oct 2008 06:39:35
print Edward Brian Welch 22 Oct 2008 06:39:35
graphics Edward Brian Welch 22 Oct 2008 06:39:35
graph types Edward Brian Welch 22 Oct 2008 06:39:35

Contact us at files@mathworks.com