graph_and_table
Creates a graph and a data table below it. The table is put in an activex control using the column.
Author: Michael Robbins
I have tried using the matlab uitable object to house the data, it prints, but it will always go out of position when being printed since the table is hard anchored on the figure and moves to unintended location when it prints due to resizing issue.
09 Feb 2009
graph_and_table
Creates a graph and a data table below it. The table is put in an activex control using the column.
Author: Michael Robbins
Good work, however the same problem as Eric was pointing out that the grid does NOT print out, which makes it not quite as useful as it could be, as I have been looking hard for a solution in matlab to display tabulated data.