MATLAB: Set title in two lines with different font sizes, Part 2

MATLAB

explains setting different font sizes for different lines of title without using the latex interpreter?

Best Answer

MATLAB just introduced subtitle(): https://www.mathworks.com/help/matlab/ref/subtitle.html in R2020b. You can combine it with title() to have at least two lines with different font-size without the latex interpreter.