Thanks @ssuffian for catching this. I'm copying what you submitted in MATPOWER/matpower#27 here, since it's a MOST issue, rather than a core MATPOWER issue.
I have tried to update the CommitKey using a profile. Using example 6, but adding the following profile:
Operands to the || and && operators must be convertible to logical scalar values.
I believe I fixed it by changing line 190 from ng = dim; to ng = dim(3), since dim is an array of [nt nj_max ng] that is passed from line 575 in loadmd. However since this is such a small change, I wasn't sure whether to go through the pull request process or simply put the issue here.
Thanks @ssuffian for catching this. I'm copying what you submitted in MATPOWER/matpower#27 here, since it's a MOST issue, rather than a core MATPOWER issue.
I have tried to update the CommitKey using a profile. Using example 6, but adding the following profile:
Results in the following error:
I believe I fixed it by changing line 190 from
ng = dim; to ng = dim(3)
, sincedim
is an array of[nt nj_max ng]
that is passed from line 575 inloadmd
. However since this is such a small change, I wasn't sure whether to go through the pull request process or simply put the issue here.most_issue1.m.txt