I have this example:
Let $n=2$ and $m=1$, $A=[-1,1]$, and write $x(t)=(x_1,x_2)^T$. Suppose
$ \left \{ \begin{matrix} x'_1=0 \\ x'_2=\alpha(t) \end{matrix} \right.$
This is the system of the form $x'=Mx+N\alpha$, for
$M= \left [ \begin{matrix} 0&0\\ 0&0 \end{matrix} \right]$, $N= \left [ \begin{matrix} 0\\ 1 \end{matrix} \right]$.
$C=$ set of initial points $x_0$ for which there exists a control such that $x(t)=0$ for some time $t$
The book says the next: Clearly $C=\{(x_1,x_2)|x_1=0\}$, the $x_2$-axis.
I don't understand because the set $C$ is this $\{(x_1,x_2)|x_1=0\}$.