Adding two polynomial(anonymous)
Mostra commenti meno recenti
How do I add two anonymous function to define the polynomials.
a=@(x) x.^3 + 6*x.^2 + 11*x +6;
>> b=@(x) x.^2 - 2*x +1;
>> syms a, syms b
>> a+b
ans=
a + b
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!