istabular
Syntax
Description
tf = istabular( returns logical
          A)1 (true) if A is either a table
        or a timetable, and logical 0 (false)
        otherwise.
This syntax is equivalent to tf = istable(A) || istimetable(A), but
        is more convenient.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2021b