|
From: Uwe B. <ou...@ma...> - 2021-06-20 06:46:35
|
>>> "EL" == Eric Ludlam <eri...@gm...> writes:
Hi Eric,
Thanks for he quick reply
> Hiya,
> matlab-mode has defined `add-log-current-defun-function' for a long time.
You are right, I did not test this carefully enough.
However in lisp files, for examples defcustom is also recognised, so the
question is whether it would make sense to enhance the relevant matlab functionality.
What I am thinking of is a good old script.
I see two candidates here
1. A cell with a header
Like
%% Test the implementation of Euler's method
2. A direct execution of a function like
[t,y] = ode45(f, intv, y0);
What do you think about it?
Regards
Uwe
|