Newbie: How to plot sum product constrain?
조회 수: 2 (최근 30일)
이전 댓글 표시
v = [0.1; 0.03]
x1 = 0.1
x2 = 0.25
constrain1:
constrain2:
댓글 수: 0
답변 (1개)
Ayush Gupta
2020년 9월 8일
편집: Ayush Gupta
2020년 9월 8일
The equation having constraints can be solved with the help of solve function in Symbolic Toolbox in MATLAB. Examples on how the function can be used can be accessed here. After having some sample values for which a plot can be generated, plot function can be leveraged for which the documentation can be accessed here.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!