Plotting a saddle at given points?

3 次查看(过去 30 天)
mdawg22
mdawg22 2020-3-8
I have a function f(x,y) = (Polynomials of x and y)
I solved this on paper and found that I have saddle points at (1,3)
I am wondering how I can plot this on matlab?
I attempted to use fplot and since my function has x and y (two variables ) it didnt work.
I also tried the basic meshplot of a saddle but I couldnt get my points to be incorperated in the graph.
Thanks

回答(1 个)

Star Strider
Star Strider 2020-3-8
I attempted to use fplot and since my function has x and y (two variables ) it didnt work.
Use fsurf instead.

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by