Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


The Elements of MATLAB Style

The Elements of MATLAB Style

The Elements of MATLAB Style

March 2011
Adobe eBook Reader
9781139005685
$29.99
USD
Adobe eBook Reader
GBP
Paperback

    The Elements of MATLAB Style is a guide for both new and experienced MATLAB programmers. It provides a comprehensive collection of standards and guidelines for creating solid MATLAB code that will be easy to understand, enhance, and maintain. It is written for both individuals and those working in teams in which consistency is critical. This is the only book devoted to MATLAB style and best programming practices, focusing on how MATLAB code can be written in order to maximize its effectiveness. Just as Strunk and White's The Elements of Style provides rules for writing in the English language, this book provides conventions for formatting, naming, documentation, programming and testing. It includes many concise examples of correct and incorrect usage, as well as coverage of the latest language features. The author also provides recommendations on use of the integrated development environment features that help produce better, more consistent software.

    • This is the only book dedicated to MATLAB style
    • Ideal for MATLAB developers working in teams or writing to shared standards
    • Perfect for students learning effective coding practices

    Product details

    March 2011
    Adobe eBook Reader
    9781139005685
    0 pages
    0kg
    This ISBN is for an eBook version which is distributed on our behalf by a third party.

    Table of Contents

    • 1. General principles
    • 2. Formatting
    • 3. Naming
    • 4. Documentation
    • 5. Programming
    • 6. Files and organization
    • 7. Development.