view graphics/lin.m @ 47:82075c94eed1

adding a bunch of stuff, including graphics and pitch toolboxes.
author samer
date Sat, 17 Jan 2015 15:20:35 +0000
parents
children
line wrap: on
line source
function lin
% lin - set X and Y scales to linear
%
% lin :: action ().

set( gca, 'XScale','linear','YScale','linear');