|
From: | Doug Stewart |
Subject: | Re: Synonym |
Date: | Wed, 8 Apr 2020 08:03:06 -0400 |
What is the right syntax for providing a function which does nothing except call another function with the same parameters and returns the same values back.The function below passes the parameters through, but getting returned values back does not work. I've tried various incantations without successfunction [varargout] = short(varargin)varargout = verylongame(varargin){:})endfunctionCheers... Ian
[Prev in Thread] | Current Thread | [Next in Thread] |