Default Plot Graphics Settings for Step Plots?

I'm trying to set my default settings for the stepplot(), bodeplot(), etc plots to match my settings for other plots. I can't seem to find a setting to programatically change the text interpreter for the title and axis labels. My default settings for the axis ticks work just fine. Here is what I'm doing in my startup.m:
set(groot, 'DefaultTextInterpreter', 'latex');
set(groot, 'DefaultLegendInterpreter', 'latex');
set(groot, 'DefaultAxesTickLabelInterpreter', 'latex');
Are there similar settings for response plots?
Thanks,
Alex

 Respuesta aceptada

Star Strider
Star Strider el 23 de Abr. de 2021

0 votos

The options are limited with the Control System Toolbox functions. The easiest ones are in bodeoptions and more geneerally in setoptions. Others require a fair amount of spelunking through the plot properties to change, so I usually get the outputs of bode and others, and plot them using routine plot functions.

2 comentarios

Spelunking... I love it! Thank you for your answer, I hadn't thought of doing it this way.
Star Strider
Star Strider el 26 de Abr. de 2021
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 23 de Abr. de 2021

Comentada:

el 26 de Abr. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by