Wednesday, March 30, 2011

Solving equations in MATLAB

syms a b c x - declare variables
solve('a*x^2 + b*x + c') - solve equation

No comments:

Post a Comment