whoΒΆ

who displays the names of the global variables in the command window.

who()
who(ssPattern)

Parameters

ssPattern

ssPattern is a scalar string with the search pattern. For a description of the search pattern, see strmatch.

Example

List all variable names:

who()

List all variable names beginning with an underline:

who("_*")

id-1802567