Guidelines for writing clean and fast code in MATLAB
This document is aimed at MATLAB beginners who already know the syntax but
feel are not yet quite experienced with it. Its goal is to give a number of
hints which enable the reader to write quality MATLAB programs and to avoid
commonly made mistakes.
There are three major independent chapters which may very well be read
separately. Also, the individual chapters each split up into one or two
handful of chunks of information. In that sense, this document is really a
slightly extended list of dos and don'ts.
Chapter 1 describes some aspects of clean code. The impact of a
subsection for the cleanliness of the code is indicated by one to five
请发表评论