From 0e275d751e5887075786b09d513fb3661f8ca7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= <stepan@adjemian.eu> Date: Fri, 19 May 2023 18:41:14 +0200 Subject: [PATCH] Add documentation in header. --- src/utilities/dplot/dplot.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utilities/dplot/dplot.m b/src/utilities/dplot/dplot.m index 2da05d0..575da70 100644 --- a/src/utilities/dplot/dplot.m +++ b/src/utilities/dplot/dplot.m @@ -12,6 +12,12 @@ function dplot(varargin) % Will produce plots of 2*cumsum(x/y(-1)-1), where x and y are variables in objects toto and noddy, % in the same figure. % +% INPUTS +% --expression followed by a mathematical expression involving variables available in the dseries objects, dseries methods, numbers or parameters. +% --dseries followed by the name of a dseries object available in the workspace. +% --range followed by a dates range +% --with-legend prints a legend below the produced plot. +% % REMARKS % [1] More than one --expression argument is allowed % [2] --expression arguments must come first -- GitLab