Mercurial > repos > public > sbplib
view setFontSize.m @ 147:03151dd46534
Fixed function name bug in calc_borrowing and added ordinary operators.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Apr 2016 18:34:12 +0200 |
parents | 125c51e4dca8 |
children | 6db427e07edd |
line wrap: on
line source
function setFontSize(fig, pts) default_arg('pts', 16); set(findall(fig,'-property','FontSize'),'FontSize',pts); end