Skip to content

Standards

dankessler edited this page May 1, 2012 · 31 revisions

Hi everybody!

I'm hoping this page can document directly, or have links to pages, with documentation regarding coding standards that we all use.

Matlab Conventions

Function Naming

Similar to how SPM does it, custom functions that we write that we anticipate being shared across packages should start with mc_. For example, mc_GenPath.m is used by a variety of our "central" scripts.

Clone this wiki locally