[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-function signature -- command to show?
From: |
c. |
Subject: |
Re: M-function signature -- command to show? |
Date: |
Sat, 28 Jul 2012 00:06:37 +0200 |
Il giorno 27/lug/2012, alle ore 23.18, fork ha scritto:
> Is the text of the function stored somewhere that a function could get it?
you could do
y = type (mfilename);
to get the code of the m-file currently being executed,
but I agree with Michael and Jordi, you're better off
writing the signature in the m-file and printing it
with "print_usage ()"
> tx
c.