Is it possible to write the following function handle with less effort? Maybe with a couple of code lines.
prop = @(x) [x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(1) x(3) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0;
x(2) x(4) 0 0];