@Jan Simon,
RandStream this is the class. For class names is well-suited. I agree that the functions can be called a convention "camelCase" (for example: fastSort).
@Evgeny: Using (sulking)camel-case for user defined functions has a great advantage: If someone reads the code, it is obvious, if a certain function is user-defined or a toolbox function of Matlab -- but e.g. RandStream is not lower case also.
@Jan Simon,
RandStream this is the class. For class names is well-suited. I agree that the functions can be called a convention "camelCase" (for example: fastSort).
Comment only
13 Feb 2011
IsPath
Checks for and displays user specific path definitions
@Evgeny: Using (sulking)camel-case for user defined functions has a great advantage: If someone reads the code, it is obvious, if a certain function is user-defined or a toolbox function of Matlab -- but e.g. RandStream is not lower case also.
Comment only
11 Feb 2011
IsPath
Checks for and displays user specific path definitions
fix: outs = false(size(MyPaths))
4. For support crossplatform need to check the case-sensitive file system.
5. Rename IsPath to ispath (good MATLAB coding style)
This trivia :)
Comment only