User`s guide
Multiple Files and Variable Arguments Example
This procedure plots a line from 1 through 4 in a MATLAB Figure window.
This graphic can be manipulated as if it were called from MATLAB directly.
The calling cell contains 0 because the function does not return a value.
Illustration 5: Calling mysum Four Different Ways
This illustration calls the function mysum in four different ways:
• The first (cell A14) takes the values 1 through 10, adds them, and returns
the result of 55.
3-9