Borrar filtros
Borrar filtros

f(x)=x²+2.000 syntax code

3 visualizaciones (últimos 30 días)
edwinda ramadahani
edwinda ramadahani el 23 de Sept. de 2023
Respondida: Stephen23 el 23 de Sept. de 2023
f(x)=x²+2.000 syntax code

Respuestas (1)

Stephen23
Stephen23 el 23 de Sept. de 2023
f = @(x) x.^2 + 2;
fplot(f)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by