
Code: Select all
\begin{tikzpicture}
\matrix (matrix) [
matrix of nodes,
nodes in empty cells,
nodes={anchor=center,draw},
cells={minimum width=2em},
column 2/.style={minimum width=4em}
] {
& & & & & & \\
};
\node[anchor=north] at (matrix.south) {Text};
\end{tikzpicture}