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
2026년 7월 1일 6:18
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!