Path: news.mathworks.com!not-for-mail
From: "aasim Azooz" <aasimazooz@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Specify interval for axis?
Date: Fri, 16 May 2008 10:18:02 +0000 (UTC)
Organization: Mosul University
Lines: 15
Message-ID: <g0jn0p$1hf$1@fred.mathworks.com>
References: <g0ic75$mqu$1@news.net.uni-c.dk>
Reply-To: "aasim Azooz" <aasimazooz@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210933082 1583 172.30.248.38 (16 May 2008 10:18:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 16 May 2008 10:18:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 277505
Xref: news.mathworks.com comp.soft-sys.matlab:468803


"saneman" <asd@ad.com> wrote in message <g0ic75
$mqu$1@news.net.uni-c.dk>...
> 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.
> 
> 
> use edit axis properties