I'd like to know how can I model a sprind-damper dynamic system in Matlab Code. My goal is to simulate the dynamic behavior of a motorcycle as it rides over a bump. I'd use any help.
古いコメントを表示
I'd like to know how can I model a sprind-damper dynamic system in Matlab Code. My goal is to simulate the dynamic behavior of a motorcycle as it rides over a bump. I'd like to model it in Matlab code, I've already done it in simulink. Any advisewill help.
1 件のコメント
Alan Stevens
2020 年 8 月 3 日
Search "Quarter car model" in Matlab's File Exchange.
回答 (1 件)
Rhea Chandy
2021 年 3 月 29 日
0 投票
Since you have already modelled the system in Simulink, It seems like you are asking for a way to convert your Simulink model into Matlab. There is no documented way to do this, but as of R2020a you can use Simulink Compiler to compile your model and use it with your deployed / compiled App Designer app.
This example shows you the workflow of creating a simulation app in App Designer and using Simulink Compile to deploy it.
For more information on Simulink Compilers, you can look here: Simulink Compiler
カテゴリ
ヘルプ センター および File Exchange で Vehicle Dynamics Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!