diff --git a/html/TT_ug.m b/html/TT_ug.m index 624bf9d7fb3f4860511dd785ce2b347694493e49..00116f067d06da67893458138866291dbcabcafe 100644 --- a/html/TT_ug.m +++ b/html/TT_ug.m @@ -1,6 +1,5 @@ %% User Guide % -% * % * % * % * diff --git a/html/TT_ug_saving.m b/html/TT_ug_saving.m new file mode 100644 index 0000000000000000000000000000000000000000..4a897a5a3b0b08967cc2c92309ee43ff2f62a8e7 --- /dev/null +++ b/html/TT_ug_saving.m @@ -0,0 +1,20 @@ +%% Saving a Table +% +%% Saving to Simulink +% +%% Saving to an M-File +% +% The Table Toolbox allows for users to save their table as an m-function. +% This allows the function to be called from Matlab scripts or functions; +% users can also run the function from the command line as a quick way of +% testing functionality. +% +% To save a table to an m-file select the "save to m-file" command from the +% file menu as seen in the following screen shot. +% +% <> +% +% The toolbox will create a file with the name expression_name.m, where +% expression_name is the name of your expression. The function can then be +% called as you would any other function in Matlab, ie. +% expression_name(arg1,arg2,...) \ No newline at end of file diff --git a/html/html/TT_ug_saving.html b/html/html/TT_ug_saving.html new file mode 100644 index 0000000000000000000000000000000000000000..7cf79172954b0a01791d87b21cb967a032203973 --- /dev/null +++ b/html/html/TT_ug_saving.html @@ -0,0 +1,89 @@ + + + + + Saving a Table

Saving a Table

Contents

Saving to Simulink

Saving to an M-File

The Table Toolbox allows for users to save their table as an m-function. This allows the function to be called from Matlab scripts or functions; users can also run the function from the command line as a quick way of testing functionality.

To save a table to an m-file select the "save to m-file" command from the file menu as seen in the following screen shot.

The toolbox will create a file with the name expression_name.m, where expression_name is the name of your expression. The function can then be called as you would any other function in Matlab, ie. expression_name(arg1,arg2,...)

\ No newline at end of file diff --git a/html/html/ug_save_1.png b/html/html/ug_save_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed38f5bfe0b7804edba2b676293facbf8e77c29b Binary files /dev/null and b/html/html/ug_save_1.png differ