execute m-file in mupad

1 Ansicht (letzte 30 Tage)
wang charles
wang charles am 12 Jan. 2012
how execute m-file in mupad, like evalin in matlab
  1 Kommentar
wang charles
wang charles am 12 Jan. 2012
the m-file is something like below
=========begin======================
%
% Status : main Dynare file
%
% Warning : this file is generated automatically by Dynare
% from model file (.mod)
tic;
global M_ oo_ options_ ys0_ ex0_
options_ = [];
global_initialization;
diary off;
logname_ = 'original.log';
if exist(logname_, 'file')
delete(logname_)
end
diary(logname_)
erase_compiled_function('original_dynamic');
make_ex_;
check;
var_list_=[];
info = stoch_simul(var_list_);
save('original_results.mat', 'oo_', 'M_', 'options_');
diary off
===========end======================

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by