Robochameleon  v1.0
functionTemplate_v1.m
Go to the documentation of this file.
1 
2 function [output1, output2] = functionTemplate_v1(param1, param2, param3Enabled)
3 
4 % Do something here
5 
6 end
function functionTemplate_v1(in param1, in param2, in param3Enabled)
Brief description of the function.
function end(in obj, in k, in n)
Overload of indexing end statement.