Hi there,
I have set of equations that I need to solve numerically (colebrook-white, darcy, and bernouli equations). I express these equations in a solve block and use find to solve. Explicit matrix form works fine:
{x, y, z} = find(x,y,z)
However, I want to paramatise this solve block i.e...