You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to export a d2d model into the PEtab format by using arExportPEtab('model_name', true).
This model has 4 different preequilibration conditions,
>>> length(ar.model(1).ss_condition)
4
Therefore the following error occurs:
Index exceeds matrix dimensions.
Error in arExportPEtab (line 196)
num2str(ar.model(imodel).condition(ar.model(imodel).ss_condition.src).dLink)]};
Dear d2d team,
I am currently trying to export a d2d model into the PEtab format by using
arExportPEtab('model_name', true)
.This model has 4 different preequilibration conditions,
Therefore the following error occurs:
Which relates in the code to:
I am working with the latest d2d version on
master
branch.The text was updated successfully, but these errors were encountered: