Virginia Tech ME 2004: MATLAB Function .m Files (1/2)
This is a 2-part sequence on writing and calling user-defined MATLAB functions. This video reviews the purpose and syntax of MATLAB functions; the next video illustrates how to call them in a driver script.
make_greeting function: https://bit.ly/make_greeting
print_hamlet function: https://bit.ly/print_hamlet
Slides: https://bit.ly/MATLABFunctions