f(x)=x²+2.000 syntax code

3 visualizzazioni (ultimi 30 giorni)
edwinda ramadahani
edwinda ramadahani il 23 Set 2023
Risposto: Stephen23 il 23 Set 2023
f(x)=x²+2.000 syntax code

Risposte (1)

Stephen23
Stephen23 il 23 Set 2023
f = @(x) x.^2 + 2;
fplot(f)

Categorie

Scopri di più su Embedded Coder 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!

Translated by