% Matlab script script_template (title of the script) % Brief description of what the script does. % Here, the script makes a new variable called "output", % and assigns to it the value(s) of a variable in the % already created in the workspace called "input". % All the variables calculated in this script are retained % in the workspace are the script is executed. % Your name (e.g., Steve Martel) % Date (e.g., 8_26_04) % Annotated description of the script % For example, here the output = input output = input;