comparison core/tools/centeraxes_test.m @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 % Script for testing the centeraxes.m function
2
3 clear
4 clf
5 clc
6 %subplot(211)
7 plot(-8:8, sqrt(5:21));
8 set(gca,'ylim',[-4 5],'xlim',[-8 8],'xtick',-8:8,'ytick',-4:5)
9 xlabel('t');
10 ylabel('y(t)')
11 thicklines(2);
12
13 opt.fontname = 'helvetica';
14 opt.fontsize = 8;
15
16 %centeraxes(gca);
17 centeraxes(gca,opt);