generate bode plot using simulink
显示 更早的评论
I have working on LLC controller design for that i try to extract transfer function using simulink model then i add bode plot function block and i configure input perturbation and output everything fine working when i saw result on bode plot it was empty and there is no plot i tried every possible way i didnt got it.
1 个评论
Purvaja
about 4 hours 前
I understand that you've already configured the Bode Plot block and shared the Simulink model. Based on your description, one area worth investigating is whether the model is being successfully linearized at the selected operating point. If the linearization does not produce a valid linear model, the Bode plot may appear empty even though the simulation itself runs successfully.
You may find the following documentation helpful for understanding the Bode Plot block requirements and the linearization workflow:
- Bode Plot block: https://www.mathworks.com/help/slcontrol/ug/bodeplot.html
- Specify Linear Analysis Points: https://www.mathworks.com/help/slcontrol/ug/specify-model-portion-to-linearize.html
Additionally, you may find this related MATLAB Answers discussion useful. Although it uses the Model Linearizer app instead of the Bode Plot block, it discusses how an unsuccessful linearization can result in an empty Bode plot and provides guidance on troubleshooting the linearization workflow:
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Plot Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!