Can Simulink use symbolic constants (syms x, y, z) or only numerical values (x=1, y=2, z=3) are accepted ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all,
Is there a way to assign symbolic variables in Simulink blocks to identify how a constant will affect the overall loop/TF?
Using a simple example:
Lets say I want to identify how the variables a and b will affect the overall TF as I reduce it to a single block TF. 

Is there a way/block in Simulink that would allow this?
Thank you in advance.
Seb
0 commentaires
Réponse acceptée
John D'Errico
le 27 Mai 2023
Modifié(e) : John D'Errico
le 27 Mai 2023
NO. Simulink will NOT use symbolic parameters. Sorry. Simulink is essentially a numerical solver. It does not perform symbolic computations.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox 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!