execute m-file in mupad

1 回表示 (過去 30 日間)
wang charles
wang charles 2012 年 1 月 12 日
how execute m-file in mupad, like evalin in matlab
  1 件のコメント
wang charles
wang charles 2012 年 1 月 12 日
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======================

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by