MATLAB: Program that calls itself

nested functions

How do I write a function file that calls itself without getting stuck in an infinite loop? I just want the program to call itself once.
Related Question