how to resolve that error?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how to resolve that error?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1674806/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1674806/image.png)
0 Commenti
Risposte (2)
Joshua Levin Kurniawan
il 21 Apr 2024
In StateFlow, you need to define all of the variables. From what I see from the figure, you seems like to forgot assign variable BalCmd, Cell_Voltages, MaxV, and MinV. Please make sure that you have a fully defined set of variables in the Chart.
0 Commenti
Jaimin
il 2 Set 2024
Hi @Engr.
I understand that running the Stateflow chart results in an "unresolved symbols" error.
To resolve this error, as @Joshua Levin Kurniawan points out, some variables have not been declared. Additionally, make sure that the "class" and "scope" for each variable are correctly defined.
For additional details, please refer to this MathWorks documentation:
Manage Symbols in the Stateflow Editor:
I hope this is helpful
0 Commenti
Vedere anche
Categorie
Scopri di più su Complex Logic in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!