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

Complete header doc.

parent e2d2f85e
Branches master
No related tags found
No related merge requests found
Pipeline #11390 passed
function h = plot(o, varargin)
% Overloads Matlab/Octave's plot function for dseries objects.
%
% INPUTS:
% - o [dseries] object containing n time series to be plotted in the same figure.
% - varargin [cell] optionally a second dseries object, and some options to be passed to the plot command.
%
% OUTPUTS:
% - h [handle] plot handle.
%
% REMARKS:
% [1] If n > 1 , additional arguments cannot be passed to the plot function for customization. However, the plot can be modified afterward using the plot handle.
% [2] If two dseries objects are provided, it is assumed that both contain only one observation (i.e., n = 1 ). The function will then plot the second variable against the first.
% Copyright © 2013-2017 Dynare Team
% Copyright © 2013-2025 Dynare Team
%
% This file is part of Dynare.
%
......
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