How do you add two or more polynomials or equation? How do you store input values to a list or matrix?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
eqprompt='Enter Equation (from highest to lowest degree):';
equation=inputdlg(eqprompt);
This is all i got honestly... Basically what i want to do is ask the user to input polynomial equations as many as he likes and then store it to a matrix or list then give him a choice to either add, subtract, multiply, or divide those equations.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Polynomials finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!