Function Reference
— Built-in Function: val = print_empty_dimensions ()
— Built-in Function: old_val = print_empty_dimensions (new_val)

Query or set the internal variable that controls whether the dimensions of empty matrices are printed along with the empty matrix symbol, ‘[]’. For example, the expression

          zeros (3, 0)

will print

          ans = [](3x0)