Clear Filters
Clear Filters

How to convert equation form into Matrix form in MATLAB

4 views (last 30 days)
How to convert equation form into Matrix form in MATLAB. for example ax+by form into matrix form A=[x 0;0 y]

Answers (1)

Walter Roberson
Walter Roberson on 2 Feb 2016
If you have the Symbolic Toolbox then see http://www.mathworks.com/help/symbolic/equationstomatrix.html

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!