Use of & not working #405
Unanswered
Nasserbadra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to IRIS and I am using IRIS on my MACPRO, however, when I run the attached script it returns an error. The exact error mgs is as follows. Appreciate any help in solving the problem. P.S. I think the error is related to mac version as I had to amend several commands by adding "" instead of '' per say.
Index exceeds the number of array elements. Index must not exceed 0.
Error in model.Incidence/getMinMaxShifts (line 87)
minSh = pos(1) - sh0;
Error in model/getActualMinMaxShifts (line 3)
[dynamicMinSh, dynamicMaxSh] = getMinMaxShifts(this.Incidence.Dynamic);
Error in model/createSourceDb (line 55)
[minSh, maxSh] = getActualMinMaxShifts(this);
Error in model/zerodb (line 58)
d = createSourceDb(this, range, varargin{:}, "deviation", deviation);
Error in a5_IRF_vs_old (line 45)
d_old = zerodb(m_old,frng);
Script.txt
Beta Was this translation helpful? Give feedback.
All reactions