I have a simple equation for Delta as shown below:
Can MATLAB return the parametric form of Delta as below?
For symbolic expressions, you can use the collect function.
collect
>> collect(delta,[s1,s2,s3]) ans = s1/k + s2/k + (-1/k)*s3