How to import to a Matrix data defined in the code script

Any particular reason why you can’t use the appropriate syntax for this, i.e. something like

coeff = [1 2 3;
         4 5 6;
         7 8 9]

?