how to build the equation by simulink block
2 ビュー (過去 30 日間)
古いコメントを表示
The Equation is vi = vi^t-1+ (xi^t-x*)fi where fi, x* are known values. I cant use the simulink library to write the equations.
0 件のコメント
回答 (1 件)
Aditya Adhikary
2018 年 5 月 28 日
Try using power blocks. Define constants fi, x_star and also supply the vectors vi, xi, t from your workspace.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!