Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

CamelCase and Best Practices for Naming Variables | Coding Basics for MATLAB Onramp, Part 3

This video is part of a series. Stay tuned for the next installment, coming soon!
Learn best practices for naming your variables. Descriptive variable names are best, as they make it easier to read your code. Most programmers use a standard naming convention when writing variable names. For example, the MATLAB style guidelines are to use camelcase, a system where words are written without spaces, and the first letter of every word except the first word are capitalized.
• Try MATLAB Onramp: http://bit.ly/2OpSH4Z

No comments

Popular Posts