How to change the default style of bode/bodemag/bodeplot?

6 vues (au cours des 30 derniers jours)
Chunyu Xiao
Chunyu Xiao le 7 Avr 2022
Hello there,
Background: Some of MATLAB default properties can be changed by using syntax like set(groot, Name, Value). Wroking with a startup script allows to automatically set user-defined properties. In this way, I can easily change the default figure style so that syntaxs like 'linewidth',2 can be omitted.
Question: There seems no default properties for bode, bodemag, or bodeplot. Is there any solution to change the default properties of these (or any of them) functions?
Thanks for your attentions.

Réponses (1)

Star Strider
Star Strider le 7 Avr 2022
They are available, however they are extremely difficult (requiring extensive handle spelunking) to find and change.
The best option is to get the data from the function and plot them using the approach I outlined in Legend does not recognize semilogx plot.

Catégories

En savoir plus sur Plot Customization dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by