Why can't I build simulink model for my power system? (Index error and code generation file does not exist)
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

Top Model Build
### Generating code and artifacts to 'Model specific' folder structure ### Generating code into build folder: C:\Users\User\OneDrive\Desktop\FYP\untitled1_niVeriStand_rtw ### Aborted due to an error in the build procedure for model: untitled1
Build Summary
Top model targets built: Model Action Rebuild Reason ===================================================================== untitled1 Failed Code generation information file does not exist. 0 of 1 models built (0 models already up to date) Build duration: 0h 0m 9.9615s
Index in position 1 exceeds array bounds. Index must not exceed 66.
Component:Simulink | Category:Block diagram error
0 commentaires
Réponses (1)
Venkat Siddarth Reddy
le 5 Oct 2024
Modifié(e) : Venkat Siddarth Reddy
le 5 Oct 2024
Hi Arif,
I understand that you are facing an error while building the above Simulink model.
Please note that, in this scenario, it is difficult to troubleshoot the error message without the SLX file containing the Simulink Model.
However, from the information provided, it seems that the model is trying to access an element in the array "bounds" at the index value greater than the size of the array. Since there won't be any values at index greater than the array size, MATLAB is throwing the error to indicate the same.
To troubleshoot the issue, I would suggest you verify whether the size of "bounds" array is as intended and verify the logic where this array is being used in the Simulink Model. This should help you in identifying the scenario causing the issue.
I hope it helps!
Voir également
Catégories
En savoir plus sur Simulink Coder 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!