Invalid Output times specified in the Configuration Parameters dialog for block diagram 'untitled1'
66 vues (au cours des 30 derniers jours)
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
Réponses (4)
Jaime Alcón Casillas
le 1 Jan 2018
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
Xidong WEI
le 22 Nov 2016
if you use produce additional point, you should fill the blank named output times which is after the output options. Did you fill it?
0 commentaires
Shaz Shah
le 25 Mai 2022
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 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
Haroon Zafar
le 13 Nov 2022
Change configuration parameter setting for output options. See attched screenshots. First one is the actual setting in the untitled1.mdl file.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1191643/image.png)
Chage additionl settings>>>> Output options to Refine
It might create algeabaric loop that can be autocorrected.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1191648/image.png)
0 commentaires
Voir également
Catégories
En savoir plus sur Naming Conventions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!