From: Huseyin Daloglu on
I have a linear symbolic equation system. e.g.
ax+by=z1
cx+dy=z2
I am trying to rewrite the equation as vectoral/matrices shown below.

[a b;c d]{x;y}={z1;z2}

Is there anyway of overcoming this problem in MATLAB?