 |
Declare function name, inputs, and outputs - MATLAB ... - MathWorks
example. function [y1,...,yN] = myfun(x1,...,xM) declares a function named myfun that accepts inputs x1,...,xM and returns outputs y1,...,yN. This declaration ...
www.mathworks.co.uk |
 |