f(x)=x²+2.000 syntax code
Ältere Kommentare anzeigen
f(x)=x²+2.000 syntax code
Antworten (1)
f = @(x) x.^2 + 2;
fplot(f)
Kategorien
Mehr zu Embedded Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
