How to draw a graph for function with constraints?
42 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Matt J
2020-7-1
fimplicit(@(x,y) x.^2 + 4*x.*y +5*y.^2 - 10,'r'); hold on; fcontour(@(x,y) 3*x+4*y) ; hold off
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!