Commit fd913b52 authored by Colin Eles's avatar Colin Eles
Browse files

working on more help files

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6611 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 23b6c360
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
%% User Guide
%
% * <TT_ug_background.html Tabular Expressions>
% * <TT_ug_opening.html Creating a new Table>
% * <TT_ug_editing.html Editing a Table>
% * <TT_ug_checking.html Typechecking a Table>

html/TT_ug_saving.m

0 → 100644
+20 −0
Original line number Diff line number Diff line
%% 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.
%
% <<ug_save_1.png>>
%
% 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
+89 −0
Original line number Diff line number Diff line

<!DOCTYPE html
  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <!--
This HTML is auto-generated from an M-file.
To make changes, update the M-file and republish this document.
      --><title>Saving a Table</title><meta name="generator" content="MATLAB 7.10"><meta name="date" content="2010-11-30"><meta name="m-file" content="TT_ug_saving"><style type="text/css">

body {
  background-color: white;
  margin:10px;
}

h1 {
  color: #990000; 
  font-size: x-large;
}

h2 {
  color: #990000;
  font-size: medium;
}

/* Make the text shrink to fit narrow windows, but not stretch too far in 
wide windows. */ 
p,h1,h2,div.content div {
  max-width: 600px;
  /* Hack for IE6 */
  width: auto !important; width: 600px;
}

pre.codeinput {
  background: #EEEEEE;
  padding: 10px;
}
@media print {
  pre.codeinput {word-wrap:break-word; width:100%;}
} 

span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}

pre.codeoutput {
  color: #666666;
  padding: 10px;
}

pre.error {
  color: red;
}

p.footer {
  text-align: right;
  font-size: xx-small;
  font-weight: lighter;
  font-style: italic;
  color: gray;
}

  </style></head><body><div class="content"><h1>Saving a Table</h1><!--introduction--><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#1">Saving to Simulink</a></li><li><a href="#2">Saving to an M-File</a></li></ul></div><h2>Saving to Simulink<a name="1"></a></h2><h2>Saving to an M-File<a name="2"></a></h2><p>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.</p><p>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.</p><p><img vspace="5" hspace="5" src="ug_save_1.png" alt=""> </p><p>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,...)</p><p class="footer"><br>
      Published with MATLAB&reg; 7.10<br></p></div><!--
##### SOURCE BEGIN #####
%% 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.
%
% <<ug_save_1.png>>
%
% 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,...)
##### SOURCE END #####
--></body></html>
 No newline at end of file
+22.9 KiB
Loading image diff...