Commit 108599b7 authored by Colin Eles's avatar Colin Eles
Browse files

more user documentation

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6200 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 36bbdd82
Loading
Loading
Loading
Loading

html/TT_ug.m

0 → 100644
+4 −0
Original line number Diff line number Diff line
%% User Guide
%
% * <TT_ug_opening.html Creating a new Table>
% * <TT_ug_editing.html Editing a Tabular Expression>
 No newline at end of file

html/TT_ug_editing.m

0 → 100644
+27 −0
Original line number Diff line number Diff line
%% Editing a Tabular Expression
%
% The Tabular Expression Dialog allows users to graphically layout a
% tabular expression, for which conditions and outputs can be filled in
% using the embedded matlab subset of the Matlab languauge.
%% Layout
% The Dialog interface allows for the creation of 1-Dimensional vertical
% and horizontal tables, as well as 2-Dimensional tables. The tool supports
% multiple outputs for 1-Dimensional vertical tables.
%
% The figure below shows an example 2-Dimensional Table with the Vertical
% Conditions, Horizontal Conditions, and Outputs notated.
%
% <<ug_layout_2.png>>
%
% The "new" button will create an additional condition box for a particular
% grid. The "delete" button will remove the last condition box in a grid.
% For each condition in the vertical conditions, a subgrid can be created.
% To create a subgrid for a condition click on the "+" button next to the
% intended box.
%
% Whenever the configuration of the vertical conditions and horizontal
% conditions is changed the corresponding output boxes will update as well.
%% Conditions
%
%% Outputs
%
 No newline at end of file

html/TT_ug_opening.m

0 → 100644
+17 −0
Original line number Diff line number Diff line
%% Creating a new Tabular Expression
%
%% Matlab
%
% The table tool can be opened up from the Matlab environment, this allows
% users to create a table and generate an m-file function representing the
% tabular expression in the table.
%
% To open up the Table Tool dialog click Start->Toolbox->Table
% Toolbox->Table Tool
%% Simulink
%
% To create a table block in the Simulink environement, open up the block
% library. Select the Table Toolbox Library. From the Table Toolbox Library
% you should see A block Called Tabular Expression, Drag this block to a
% new or existing model to add a Tabular Expression. Double Click on the
% block in the model to bring up the Tabular Expression Dialog.
 No newline at end of file