list = pwShowModelsFromLibrary(pattern) Lists all models currently available in the model library. A pattern can be specified to list only a subset of models. The pattern is either a normal string or a regular expression. The case of the pattern is ignored, i.e. 'NFkB' is the same as 'nfkb'. If the output argument 'list' is specified, not output to the command line is generated. Instead, all filenames are provided in the user given variable.
pwShowModelsFromLibrary('NFkB') % Matches all NFkB models pwShowModelsFromLibrary('NFkB|JakStat'); % Matches both NFkB and JakStat models.