Can Simulink use symbolic constants (syms x, y, z) or only numerical values (x=1, y=2, z=3) are accepted ?
1 回表示 (過去 30 日間)
表示 古いコメント
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 件のコメント
採用された回答
John D'Errico
2023 年 5 月 27 日
編集済み: John D'Errico
2023 年 5 月 27 日
NO. Simulink will NOT use symbolic parameters. Sorry. Simulink is essentially a numerical solver. It does not perform symbolic computations.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!