Skip to content
Snippets Groups Projects
Verified Commit 0e275d75 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Add documentation in header.

parent 44c36549
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment