how to plot into quadratic graph?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
risky amalia
el 22 de Mzo. de 2020
Comentada: Ameer Hamza
el 22 de Mzo. de 2020
f = @(x,y) 100*(Y-X^2)^2+(1-X)^2
0 comentarios
Respuesta aceptada
Ameer Hamza
el 22 de Mzo. de 2020
f = @(x,y) 100*(y-y.^2).^2+(1-x).^2;
fsurf(f, [-10 10 -10 10])
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!