hi
I'm simulating a deterministic model and I get this error, any hint what does it mean?
I have no variable c. For the Steady State works fine.
Thanks!
Attempted to access c(:,12); index out of bounds because size(c)=[0,0].
Error in ==> bksupk at 46
d1(ir) = c(:,jcf) ;
Error in ==> simk at 314
c = bksupk(ny,fid,ncc,icc1) ;
Error in ==> simul at 73
simk ;