Page 1 of 1

Calling an @ file from the the Control toolbox

PostPosted: Fri Jul 15, 2016 3:57 pm
by JoePearlman
I have created a .m file to be called by Dynare.

From it, I need to call the routine ss.m from the the Control toolbox in Matlab. It is located in
\MATLAB\R2016a\toolbox\control\ctrlmodels\@ss

Dynare is unhappy when calling this, presumably because of the @ tag in the name.

How can I call this successfully?

Re: Calling an @ file from the the Control toolbox

PostPosted: Fri Jul 15, 2016 5:04 pm
by jpfeifer
Please try putting this command into an
Code: Select all
verbatim;
end;

block