Codeconsistency

printFunctionIO(functionName, derivedInputNames, printLevel)[source]

list the inputs and outputs of a function e.g., when a function takes a structure as inputs

It does not list outputs of nested functions, for that, see: displayRequiredFunctions(fullFileName)

INPUTS

functionName – name of the function to print io for

OPTIONAL INPUTS
  • derivedInputNames – name of a variable derived from an input variable or a cell array of variable names

  • printLevel – if >0 then print to terminal (default 1)

OUTPUTS
  • inputs

  • outputs

NOTE:

Author(s): Ronan Fleming