How can I quickly change my model from a variable-step-size to a fixed-step size in order to generate a .dll file using simulink coder?
6 ビュー (過去 30 日間)
古いコメントを表示
How can I quickly change my model from a variable-step-size to a fixed-step size in order to generate a .dll file using simulink coder? My target file only accepts fixed-step solver models.
0 件のコメント
回答 (1 件)
Arnab Sen
2016 年 2 月 23 日
Hi Reese,
You can change the model from variable step size to fixed step size by changing the 'Solver options' from 'model configuration parameters'.
For doing so, navigate in the Simulink editor menu as below:
1. Simulation->Model Configuration Parameters
2.A Model Configuration Parameters window should open. In the left pane of the window select 'Solver'.
3. From the right pane in the 'Solver options' section select the 'Type' field as 'Fixed-step'.
4. Click 'Apply' .
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!