Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
4b7c2e9f
Commit
4b7c2e9f
authored
Mar 26, 2012
by
Sébastien Villemot
Browse files
Ref. manual: document how to read XLS files from Octave
parent
db20fdd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/dynare.texi
View file @
4b7c2e9f
...
...
@@ -389,7 +389,7 @@ If under MATLAB: the optimization toolbox, the statistics toolbox;
@item
If under GNU Octave, the following
@uref{http://octave.sourceforge.net/,Octave-Forge} packages: optim,
statistics.
io, java,
statistics.
@end itemize
...
...
@@ -2033,7 +2033,11 @@ MAT-file (extension @file{.mat}): same as for M-files.
@item
Excel file (extension @file{.xls}): for each endogenous and exogenous,
the file must contain a column of the same name (not supported under Octave).
the file must contain a column of the same name (supported under Octave
if the @uref{http://octave.sourceforge.net/io/,io} and
@uref{http://octave.sourceforge.net/java/,java} packages from
Octave-Forge are installed, along with a
@uref{http://www.java.com/download,Java Runtime Environment}).
@end itemize
@customhead{Warning}
...
...
@@ -3707,8 +3711,12 @@ graphs of smoothed shocks, smoothed observation errors, smoothed and historical
@item datafile = @var{FILENAME}
@anchor{datafile}
The datafile (a @file{.m} file, a @file{.mat} file or, under MATLAB, a
@file{.xls} file)
The datafile: a @file{.m} file, a @file{.mat} file or, a
@file{.xls} file (the latter format is supported under Octave
if the @uref{http://octave.sourceforge.net/io/,io} and
@uref{http://octave.sourceforge.net/java/,java} packages from
Octave-Forge are installed, along with a
@uref{http://www.java.com/download,Java Runtime Environment})
@item xls_sheet = @var{NAME}
@anchor{xls_sheet}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment