Path: news.mathworks.com!not-for-mail
From: "Arthur Zheng" <hzheng7@gatech.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Can we use escape in display?
Date: Wed, 15 Jul 2009 00:33:03 +0000 (UTC)
Organization: SJTU
Lines: 8
Message-ID: <h3j83v$hr$1@fred.mathworks.com>
References: <h3icin$5n5$1@fred.mathworks.com> <h3iklg$nnr$1@fred.mathworks.com>
Reply-To: "Arthur Zheng" <hzheng7@gatech.edu>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1247617983 571 172.30.248.35 (15 Jul 2009 00:33:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 15 Jul 2009 00:33:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1416910
Xref: news.mathworks.com comp.soft-sys.matlab:555513


"Jeremy Smith" <smit1729@umn.NOSPAM.edu> wrote in message <h3iklg$nnr$1@fred.mathworks.com>...
> Another alternative is to input the actual new line characters.
> 
> >> disp(['Hello' char(13) 'World'])
> Hello
> World

Thanks!