Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Code beautifier?
Date: Tue, 8 Apr 2008 21:32:03 +0000 (UTC)
Organization: Raytheon Systems Co
Lines: 13
Message-ID: <ftgo8j$n8a$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1207690323 23818 172.30.248.35 (8 Apr 2008 21:32:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 8 Apr 2008 21:32:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 433171
Xref: news.mathworks.com comp.soft-sys.matlab:461837



Does anyone know of a code beautifier that works with
M-files? There are lots of these things out there for C,
Java, etc.; but the only thing I've found for MATLAB is
codewash.m, which doesn't appear to have been maintained in
many years and which I've found to have a few bugs.

What I'm looking for here is considerably more than just the
smart indenting offered by the MATLAB editor. I have a great
deal of code I've inherited which is written rather poorly
in terms of it's readability.

Steve