Path: news.mathworks.com!newsfeed-00.mathworks.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news.net.uni-c.dk!not-for-mail
From: "saneman" <asd@ad.com>
Newsgroups: comp.soft-sys.matlab
Subject: Specify interval for axis?
Date: Fri, 16 May 2008 00:07:56 +0200
Organization: UNI-C
Lines: 10
Message-ID: <g0ic75$mqu$1@news.net.uni-c.dk>
NNTP-Posting-Host: 130.225.245.182
X-Trace: news.net.uni-c.dk 1210889253 23390 130.225.245.182 (15 May 2008 22:07:33 GMT)
X-Complaints-To: usenet@news.net.uni-c.dk
NNTP-Posting-Date: Thu, 15 May 2008 22:07:33 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Xref: news.mathworks.com comp.soft-sys.matlab:468721


Is it possible to specify the interval to list numbers on the axis? I 
currently use:

axis([0 100 0 100])

But instead of only labeling 0, 10, 20,...,100 etc. I would like 0, 5, 10, 
15, 20, ...,100 on the axis instead.