Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: X axis format in R2007b
Date: Thu, 31 Jan 2008 12:04:02 +0000 (UTC)
Organization: Oxford Properties Group
Lines: 12
Message-ID: <fnsdfi$ita$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201781042 19370 172.30.248.37 (31 Jan 2008 12:04:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 31 Jan 2008 12:04:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 978321
Xref: news.mathworks.com comp.soft-sys.matlab:448518



I have a year vector which runs from [19974:20064] and i
plot it with another return vector with the following command:

plot(year,return)

It works fine except that when it is displaying the plot it
shows the numbers in standard form on teh x-axis, i.e. it
shows 1.97*10^4, 1.98*10^4 etc. How do i just switch it back
to 19974 as to mean Q4 in 1997? It's the first time I have
had this issue in matlab....

Thanks