f(x)=x²+2.000 syntax code
Mostra commenti meno recenti
f(x)=x²+2.000 syntax code
Risposte (1)
f = @(x) x.^2 + 2;
fplot(f)
Categorie
Scopri di più su Embedded Coder 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!
