Let $\mathbf{x}=[x_1, x_2, x_3, x_4]^{\top}$. I was given the following matrix: $$ A= \begin{bmatrix} \mathbf{x}^{\top} & \mathbf{0}^{\top} & \mathbf{0}^{\top}\\ \mathbf{0}^{\top} & \mathbf{x}^{\top} & \mathbf{0}^{\top}\\ \mathbf{0}^{\top} & \mathbf{0}^{\top} & \mathbf{x}^{\top} \end{bmatrix}. $$ I can write it as $A=I\otimes\mathbf{x}^{\top}$ where $\otimes$ is the Kronecker product.
Now suppose I have some of coordinates in each row as follows: $$ A= \begin{bmatrix} x_1 & x_3 & 0 & 0 & 0\\ 0 & 0 & x_4 & 0 & 0\\ 0 & 0 & 0 & x_2 & x_4\\ \end{bmatrix}. $$ Is there any way I can write the above as a Kronecker product of some matrices? Possibly define some matrices with 0 and 1 elements that are used to pick the coordinates.
The short answer is no, with the precise statement reading as follows:
Proof. "$\Rightarrow$": Recall that given $B_1\in\mathbb R^{m_1\times n_1}$, $B_2\in\mathbb R^{m_2\times n_2}$ their Kronecker product is an element of $\mathbb R^{m_1m_2\times n_1n_2}$. Thus if there'd exist $B_1,B_2$ such that $A=B_1\otimes B_2$, then the dimensions of $B_1,B_2$ have to satisfy $m_1m_2=3$ and $n_1n_2=5$. This system of equations has four solutions in $\mathbb N\times\mathbb N$:
"$\Leftarrow$": We can write down these decompositions explicitly: \begin{align*} \begin{pmatrix}x_1&0&0&0&0\\0&0&0&0&0\\0&0&0&0&0\end{pmatrix}&=\begin{pmatrix}x_1&0&0&0&0\end{pmatrix}\otimes\begin{pmatrix}1\\0\\0\end{pmatrix}\\ \begin{pmatrix}0&0&0&0&0\\0&0&0&0&0\\0&0&0&x_2&0\end{pmatrix}&=\begin{pmatrix}0&0&0&x_2&0\end{pmatrix}\otimes\begin{pmatrix}0\\0\\1\end{pmatrix}\\ \begin{pmatrix}0&x_3&0&0&0\\0&0&0&0&0\\0&0&0&0&0\end{pmatrix}&=\begin{pmatrix}0&x_3&0&0&0\end{pmatrix}\otimes\begin{pmatrix}1\\0\\0\end{pmatrix}\tag*{$\square$} \end{align*}