I am trying to solve an equation arithmetically using the solve() function. The problem is that I want the coefficients to be variables, so that I can call the solve() function inside a for loop and still be able to solve the equation for different values of the coefficients.
Matlab responds...