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 CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by