diff --git a/matlab/+gui/+perfect-foresight/read.m b/matlab/+gui/+perfect-foresight/read.m
index 341a5e21ffb3eee34a117d3064f4a5bc0d1a1673..91d74eeb5685bd89724c391201adb88381083ca2 100644
--- a/matlab/+gui/+perfect-foresight/read.m
+++ b/matlab/+gui/+perfect-foresight/read.m
@@ -3,24 +3,15 @@ function read()
 % Read JSON and run perfect foresight solver
 %
 % INPUTS
-%   ds                [dseries]    data
-%   fitted_names_dict [cell]       Nx2 or Nx3 cell array to be used in naming fitted
-%                                  values; first column is the equation tag,
-%                                  second column is the name of the
-%                                  associated fitted value, third column
-%                                  (if it exists) is the function name of
-%                                  the transformation to perform on the
-%                                  fitted value.
-%   eqtags            [cellstr]    names of equation tags to estimate. If empty,
-%                                  estimate all equations
+%   none
 %
 % OUTPUTS
-%   ds                [dseries]    data updated with fitted values
+%   none
 %
 % SPECIAL REQUIREMENTS
 %   dynare must have been run with the option: json=compute
 
-% Copyright (C) 2017-2019 Dynare Team
+% Copyright (C) 2019 Dynare Team
 %
 % This file is part of Dynare.
 %