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
ea888fe6
Commit
ea888fe6
authored
Dec 06, 2013
by
Houtan Bastani
Browse files
write_latex_definitions: use M_ as global
parent
f70ebea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/write_latex_definitions.m
View file @
ea888fe6
function
write_latex_definitions
(
M_
)
function
write_latex_definitions
%function write_latex_definitions
% Writes a latex file containing the variable names, latex names, and
% tags/comments
%
% INPUTS
%
M_
%
none
%
% OUTPUTS
% none
...
...
@@ -29,6 +29,8 @@ function write_latex_definitions(M_)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global
M_
;
if
M_
.
exo_det_nbr
==
0
tables
=
{
'Endogenous'
,
'Exogenous'
,
'Parameters'
};
M_var_root
=
{
'M_.endo'
,
'M_.exo'
,
'M_.param'
};
...
...
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