© Apress 2015
Michael Paluszek and Stephanie Thomas, MATLAB Recipes, 10.1007/978-1-4842-0559-4_2
2. MATLAB Style
Michael Paluszek1 and Stephanie Thomas2
(1)Princeton, New Jersey, USA
(2)Princeton Junction, New Jersey, USA
Electronic supplementary material: The online version of this chapter (doi: 10.1007/978-1-4842-0559-4_2) contains supplementary material, which is available to authorized users.
This chapter provides guidelines and recipes for suggested style elements to make your code and tools more understandable and easier to use.
When structuring a function, we have specific guidelines. The comments should be clear and descriptive, and follow the formatting guidelines set by your institution. The same goes for naming conventions. In addition, ...