Robochameleon  v1.0
Files | Classes
Robochameleon utilities

Robochameleon-specific utilities. More...

Files

file  functionTemplate_v1.m
 A short description of the general idea behind the function.
 
file  robochameleon.m
 Robochameleon initialization script.
 
file  arecells.m
 Checks if all input variables are cell arrays.
 
file  clearall.m
 Clear all variables but preserve breakpoints.
 
file  close_biographs.m
 Closes all open biographs.
 
file  findUnit.m
 Finds a unit within a module.
 
file  isModule.m
 Checks whether the class name is a module.
 
file  minIdx.m
 Returning id instead of value of min()
 
file  paramdefault.m
 Set default parameter values.
 
file  paramParser.m
 This function translates structures of parameters into strings and strings into structrues.
 
file  createRoboUnit.m
 Robochameleon utility to create a new unit with a basic template.
 
file  increaseClassVersion.m
 Robochameleon utility to increase class version safetly.
 
file  robohelp.m
 Open the robochameleon help main page or a class/function documentation in the browser.
 
file  robolog.m
 Robochameleon log utility.
 

Classes

class  ClassTemplate_v1
 A short description of the class. More...
 

Detailed Description

Robochameleon-specific utilities.

Helper functions that are somewhat unique to Robochameleon (e.g. dB2lin is a utility, but not a robochameleon utility, because it's very general).

To add a class to this group, add the line:

@ingroup roboUtils

to the comment header.