Hi Jaromir,
I don't know if you already had of comments concerning this problem. If it's case sorry for the repetition of this informaton. I seem to have a problem with the last updated of Iriss (version 20131126). I have a model for which I combined steady state and dynamic model. When I tried to solve my model with the version (20131111), I didn't find any problems. But with the version (20131126) the model didn't solve and stop and fail at chksstate. Have you an idea where this problem come from? Thanks for your answer and for your great job, this tools is really awesome.
********************One part of My main***************************
***********************************************************************
m=model('irismodel.model', 'assign',v,'saveAs','irismodel_fin.model');
Parameters_Ssvalues;
m=assign(m,p);
m = sstate(m,'blocks=',true,'MaxFunEvals',1000);
[Flag,Discr,List] = chksstate(m1,'tolerance=',1e-6,'warning=',true);
m=solve(m,'progress=',true);
***************Answer with 20131111 ***************
*********************************************************
>> m1
m1 =
non-linear model object: [1] parameterisation(s)
number of equations: [0 2665]
solution(s) available: [1] parameterisation(s)
comment: ''
user data: empty
>> irisversion
ans =
20131111
***************Answer with 20131126 ***************
*********************************************************
Error using command prompt.
IRIS Toolbox Error :: model.
*** Steady-state error in this equation in #1:
.......
.......
......
......
>> m=solve(m,'progress=',true);
[--IRIS model.solve progress-------------]
[****************************************]
Warning: IRIS Toolbox Warning :: model.
*** Solution not available. The model is declared non-linear but fails to solve because
of problems with the steady state.
>> irisversion
ans =
20131126