Skip to content
Snippets Groups Projects
Verified Commit e9f4db60 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

No longer turn off output pagination

The “more off” command is incompatible with MATLAB Online.

Moreover, output pagination is disabled by default on MATLAB and on
Octave (since version 4 for the latter), so in most cases that command would do
nothing.

Incidentally, this allows users to enable output pagination should they want
to.

[skip ci]

(manually cherry picked from commit 2c449233)
parent fcf46063
Branches
Tags
No related merge requests found
Pipeline #8110 skipped
......@@ -16,7 +16,7 @@ function dynare(fname, varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2001-2021 Dynare Team
% Copyright © 2001-2023 Dynare Team
%
% This file is part of Dynare.
%
......@@ -90,9 +90,6 @@ else
end
end
% disable output paging (it is on by default on Octave)
more off
% sets default format for save() command
if isoctave
save_default_options('-mat')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment