% Old way to get a semi-decent looking plot set(0,'DefaultAxesFontName','Helvetica') set(0,'DefaultTextFontName','Helvetica') plot(x,y,'LineWidth',1.5) set(gcf,'Renderer','OpenGL') % Pray this doesn't crash You just wrote plot(x,y) . It just looked good. This shift lowered the barrier to entry for students who were used to the polish of Matplotlib or ggplot2. 2. The Rise of tiledlayout (The Quiet Revolution) Hidden in the release notes, overshadowed by the graphics hype, was a function that would change how we do multi-axes layouts: tiledlayout .
R2014b introduced (Handle Graphics 2).
This was a fundamental shift in mindset: MathWorks stopped treating figures as static bitmaps and started treating them as . For engineers building dashboards or scientists preparing figures for Nature , this was a godsend. 3. The New datetime Data Type Data types are boring until they save your life. Prior to R2014b, handling timestamps was a nightmare of datenum (days since 0/0/0000—a floating point hell) and datestr (slow, locale-sensitive, and prone to off-by-one errors). matlab 2014b