f(x)=x²+2.000 syntax code
Mostrar comentarios más antiguos
f(x)=x²+2.000 syntax code
Respuestas (1)
f = @(x) x.^2 + 2;
fplot(f)
Categorías
Más información sobre Embedded Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
