Invalid Output times specified in the Configuration Parameters dialog for block diagram 'untitled1'
Afficher commentaires plus anciens
I am trying to simulate the attached model but it gives the above error. How can I solve it.
Please advise about the type and solvers suitable for the attached model
1 commentaire
Julio Berrios
le 4 Juin 2016
The same problem here. Did you work it out? THanks!
Réponses (4)
Jaime Alcón Casillas
le 1 Jan 2018
7 votes
Goog morning to all,
I have already solved that problem. I had that problem yesterday and i needed one day to know where is the problem.
In the "Configuration parameters" from simulink you just need to change the solver options to "Fixed-Step" and it will work
Regards to all
2 commentaires
Mehdi BENSEDDIK
le 5 Jan 2019
Thank you so muuuuch it's very helpful...
I solved this problem too.
sneha j
le 18 Mai 2021
Thank you, Jaime, it helped me too!
Xidong WEI
le 22 Nov 2016
0 votes
if you use produce additional point, you should fill the blank named output times which is after the output options. Did you fill it?
Shaz Shah
le 25 Mai 2022
0 votes
haii everyone ..
Error evaluating expression '1 e-5 ' for 'AbsTol' specified in the Configuration Parameters dialog for block diagram 'TRMS4SigmoidPID_simulink'.
can i know how to solve this problems its same with above?
4 commentaires
Walter Roberson
le 25 Mai 2022
1e-5 not 1 e-5
The space is important
Shaz Shah
le 26 Mai 2022
thank you for your response. but base on previous coding, i did 1 e-5 and it can run..
and this is error after change 1e-5
Error in Simulink.SimulationData.Dataset/subsref
Error in runTRMS4SigmoidPID (line 144)
Jsb(jj)=w1*yout{jj}(tend,1)+w2*yout{jj}(tend,2)+w3*yout{jj}(tend,3)+w4*yout{jj}(tend,4);
Error in TRMSSigmoid_updateGT4 (line 82)
[Jf(1,iter),Norm2_error1,Norm2_input1,ah,av,input1,input2]=runTRMS4SigmoidPID(P(:,1));
Walter Roberson
le 26 Mai 2022
That would be a different error message, though. I can tell from the error that it is complaining about an invalid subscript, but without more detail I cannot tell if it is complaining about subscript out of range or if it is complaining about the subscript not being an integer. You should put in a breakpoint at that line and execute to there, and check size(yout), size(yout{jj}) and check the value of tend
Shaz Shah
le 26 Mai 2022
ouhh i see ... thank you for your response ..
Haroon Zafar
le 13 Nov 2022
0 votes
Change configuration parameter setting for output options. See attched screenshots. First one is the actual setting in the untitled1.mdl file.

Chage additionl settings>>>> Output options to Refine
It might create algeabaric loop that can be autocorrected.

Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!