How do you add two or more polynomials or equation? How do you store input values to a list or matrix?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Polynomials in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!