IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Variable names in workspace matching class.

Parameters
classnameClass to match
input(optional) (may be either a string with a class name or an instance of such class) Input class to match. This is applicable only if classname is "block" or descendant, and is not checked, i.e., there will be an error if you specify input but classname is not the name of a block descendant
Returns
A cell of string containing the names of the variables in the workspace that match classname

Definition in file get_varnames.m.

Go to the source code of this file.

Functions

function get_varnames (in classname, in input)
 

Function Documentation

function get_varnames ( in  classname,
in  input 
)