For the Bode plot below, I am trying to remove the title and the input/output line:
I have found methods to null the title line, but these do not 'collapse' it - which would make it pointless as my reason for removing the title is conserving the space it takes.
I also want to get entirely rid of the line detailing the input and output but I have not even managed to edit the contents there.
I have investigated the solution provided here and the Matlab help files for bode, bodeplot and bodeoptions.
What would be the appropriate code solution for achieving this?
For a MWE, try the below but as this applies generally, I am not sure this is useful for this question:
bode(tf([10000 0],[1 2.5 1.15]))
