Guidelines for writing clean and fast code in MATLAB
by Nico Schlömer
10 Feb 2009
(Updated 21 Jan 2011)
This document gives hints on how to write fast and good quality MATLAB code.
|
Watch this File
|
| File Information |
| Description |
This document is aimed at all MATLAB users who are already familiar with the syntax but may not yet know the each and every pitfall of MATLAB programming. 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.
This guide is written as part of a basic course in numerical analysis, most examples and codes will hence tend to refer to numerical integration or differential equations. However, almost all aspects are of general nature and will also be of interest to anyone using MATLAB. |
| Acknowledgements |
Writing Fast Matlab Code
inspired this file.
This file inspired
Function To Generate Truth Table Condition Vectors.
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 02 Jun 2009 |
- changed colors
- added paragraph on logical indexing
- updated license |
| 20 Dec 2009 |
typo in description |
| 21 Jan 2011 |
* added section on Python
* fixed some typos |
|
Contact us