IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
92 stars 42 forks source link

Error in pct() and apct() #276

Open tosapola opened 3 years ago

tosapola commented 3 years ago

IRIS v.20201021 + Matlab2020a

Matlab says:

Unrecognized function or variable 'mustBeA'.

Error in dater.resolveShift

Error in NumericTimeSubscriptable/roc (line 85)
[shift, power] = dater.resolveShift(getRangeAsNumeric(this),
varargin{:});

Error in NumericTimeSubscriptable/pct (line 73)
this = roc(this, varargin{:});
jaromir-benes commented 3 years ago

This one is a Matlab version related issue (some validation functions such as mustBeA and others were introduced only in R2020b). Sorry about that - we will fix this in the next release.

On Wed, Oct 28, 2020 at 7:54 AM tosapola notifications@github.com wrote:

IRIS v.20201021 + Matlab2020a

Matlab says:

Unrecognized function or variable 'mustBeA'.

Error in dater.resolveShift

Error in NumericTimeSubscriptable/roc (line 85) [shift, power] = dater.resolveShift(getRangeAsNumeric(this), varargin{:});

Error in NumericTimeSubscriptable/pct (line 73) this = roc(this, varargin{:});

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/276, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKX2GXRYWUWOEFZV3ZTSM65ZTANCNFSM4TB4Y6QA .

tosapola commented 3 years ago

Thank you so much. In the meantime I'll find 2020b to try.