ABSTRACT

Although we have been writing scripts to allow us to reexecute code, programming languages like MATLAB® and Python allow us to create reusable blocks of code that can accept parameters to execute against functions. We have already been using built-in functions, such as various math libraries or bits of administrative code around array and matrix creation, but we can create our own functions, and use them just like we have been using the buit-in functions.